This commit is contained in:
nephacks
2025-06-04 03:22:50 +02:00
parent f234f23848
commit f12416cffd
14243 changed files with 6446499 additions and 26 deletions

View File

@ -0,0 +1,42 @@
//-----------------------------------------------------------------------------
// 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"
{
}