csgo-2018-source/matchmaking/matchmaking_base.vpc

43 lines
922 B
Plaintext
Raw Permalink Normal View History

2021-07-25 12:11:47 +08:00
//-----------------------------------------------------------------------------
// matchmaking_base.VPC
//
// Project Script
//-----------------------------------------------------------------------------
$Macro OUTLIBNAME "matchmakingbase"
$include "matchmaking_base_inc.vpc"
$Configuration
{
$Compiler
{
$PreprocessorDefinitions "$BASE;MATCHMAKING_DLL"
}
}
$Configuration "Debug"
{
$General
{
$IntermediateDirectory ".\Debug_matchmakingbase$PLATSUBDIR" [$WINDOWS||$POSIX]
$IntermediateDirectory ".\Debug_matchmakingbase_360" [$X360]
$IntermediateDirectory ".\Debug_matchmakingbase_PS3" [$PS3]
}
}
$Configuration "Release"
{
$General
{
$IntermediateDirectory ".\Release_matchmakingbase$PLATSUBDIR" [$WINDOWS||$POSIX]
$IntermediateDirectory ".\Release_matchmakingbase_360" [$X360]
$IntermediateDirectory ".\Release_matchmakingbase_PS3" [$PS3]
}
}
$Project "matchmakingbase"
{
}