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.0 KiB

//-----------------------------------------------------------------------------
// matchmaking_tf.VPC
//
// Project Script
//-----------------------------------------------------------------------------
$Macro OUTBINNAME "matchmaking"
$Include "matchmaking_tf_inc.vpc"
$Configuration
{
$Compiler
{
$PreprocessorDefinitions "$BASE;MATCHMAKING_DLL"
}
}
$Configuration "Debug"
{
$General
{
$OutputDirectory ".\Debug_$GAMENAME" [$WIN32||$POSIX]
$IntermediateDirectory ".\Debug_$GAMENAME" [$WIN32||$POSIX]
$OutputDirectory ".\Debug_$GAMENAME_360" [$X360]
$IntermediateDirectory ".\Debug_$GAMENAME_360" [$X360]
}
}
$Configuration "Release"
{
$General
{
$OutputDirectory ".\Release_$GAMENAME" [$WIN32||$POSIX]
$IntermediateDirectory ".\Release_$GAMENAME" [$WIN32||$POSIX]
$OutputDirectory ".\Release_$GAMENAME_360" [$X360]
$IntermediateDirectory ".\Release_$GAMENAME_360" [$X360]
}
}
$Project "Matchmaking (tf)"
{
$Folder "Link Libraries"
{
$Lib matchmakingbase
}
}