Counter Strike : Global Offensive Source Code
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//----------------------------------------------------------------------------- // 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" { }
|