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.
 
 
 
 
 
 

49 lines
1.1 KiB

//-----------------------------------------------------------------------------
// matchmaking_episodic_ds.VPC
//
// Project Script
//-----------------------------------------------------------------------------
$Macro OUTBINNAME "matchmaking_ds"
$Include "matchmaking_episodic_inc.vpc"
$Configuration
{
$Compiler
{
$PreprocessorDefinitions "$BASE;MATCHMAKING_DS_DLL;SWDS"
}
}
$Configuration "Debug"
{
$General
{
$OutputDirectory ".\Debug_$GAMENAME_DS" [$WIN32||$POSIX]
$IntermediateDirectory ".\Debug_$GAMENAME_DS" [$WIN32||$POSIX]
$OutputDirectory ".\Debug_$GAMENAME_DS_360" [$X360]
$IntermediateDirectory ".\Debug_$GAMENAME_DS_360" [$X360]
}
}
$Configuration "Release"
{
$General
{
$OutputDirectory ".\Release_$GAMENAME_DS" [$WIN32||$POSIX]
$IntermediateDirectory ".\Release_$GAMENAME_DS" [$WIN32||$POSIX]
$OutputDirectory ".\Release_$GAMENAME_DS_360" [$X360]
$IntermediateDirectory ".\Release_$GAMENAME_DS_360" [$X360]
}
}
$Project "Matchmaking_DS (episodic)"
{
$Folder "Link Libraries"
{
$Lib matchmakingbase_ds
}
}