initial
This commit is contained in:
40
matchmaking/matchmaking_cstrike15_inc.vpc
Normal file
40
matchmaking/matchmaking_cstrike15_inc.vpc
Normal file
@ -0,0 +1,40 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// matchmaking_cstrike15_inc.VPC
|
||||
//
|
||||
// Project Script
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Macro SRCDIR ".."
|
||||
$Macro GAMENAME "csgo"
|
||||
$Macro GAMESUBDIR "cstrike15"
|
||||
$Macro GENERATED_PROTO_DIR "generated_proto"
|
||||
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\$GAMENAME\bin"
|
||||
$Macro DEVKITBINDIR "$GAMENAME\bin" [$X360]
|
||||
|
||||
$Include "$SRCDIR\vpc_scripts\source_dll_base.vpc"
|
||||
$Include "matchmaking_inc.vpc"
|
||||
|
||||
$Project
|
||||
{
|
||||
$Folder "cstrike15"
|
||||
{
|
||||
$File "$GAMESUBDIR/mm_title.h"
|
||||
$File "$GAMESUBDIR/mm_title.cpp"
|
||||
$File "$GAMESUBDIR/mm_title_gamesettingsmgr.cpp"
|
||||
$File "$GAMESUBDIR/mm_title_main.cpp"
|
||||
$File "$GAMESUBDIR/mm_title_richpresence.h"
|
||||
$File "$GAMESUBDIR/mm_title_richpresence.cpp"
|
||||
$File "$GAMESUBDIR/mm_title_titledata.cpp"
|
||||
$File "$GAMESUBDIR/mm_title_contextvalues.h"
|
||||
}
|
||||
|
||||
$Folder "Shared"
|
||||
{
|
||||
$File "$SRCDIR/game/shared/cstrike15/gametypes.h"
|
||||
$File "$SRCDIR/game/shared/cstrike15/gametypes.cpp"
|
||||
$File "$SRCDIR/public/gametypes/igametypes.h"
|
||||
$File "$SRCDIR/common/platforminputdevice.h"
|
||||
$File "$SRCDIR/common/platforminputdevice.cpp"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user