30 lines
795 B
Plaintext
30 lines
795 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// matchmaking_dota_inc.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR ".."
|
|
$Macro GAMENAME "dota"
|
|
$Macro GAMESUBDIR "dota"
|
|
|
|
$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 "DOTA"
|
|
{
|
|
$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"
|
|
}
|
|
}
|