csgo-2018-source/matchmaking/matchmaking_episodic_ds.vpc

49 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2021-07-25 12:11:47 +08:00
//-----------------------------------------------------------------------------
// 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
}
}