mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 20:21:06 +00:00
1
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// CARDSTATS.VPC
|
||||
//
|
||||
// Project Script
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
|
||||
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
||||
|
||||
$Configuration
|
||||
{
|
||||
$PostBuildEvent
|
||||
{
|
||||
$CommandLine " "
|
||||
$Description " "
|
||||
}
|
||||
}
|
||||
|
||||
$Project "Cardstats"
|
||||
{
|
||||
$Folder "Source Files"
|
||||
{
|
||||
$File "CardStats.cpp"
|
||||
}
|
||||
|
||||
$Folder "Header Files"
|
||||
{
|
||||
$File "CardStats.h"
|
||||
$File "$SRCDIR\public\tier1\utlbuffer.h"
|
||||
$File "$SRCDIR\public\tier1\utlmemory.h"
|
||||
$File "$SRCDIR\public\tier1\utlvector.h"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user