mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
24 lines
467 B
Plaintext
24 lines
467 B
Plaintext
|
//-----------------------------------------------------------------------------
|
||
|
// SYMBOLSTOREUPDATE.VPC
|
||
|
//
|
||
|
// Project Script
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
$Macro SRCDIR "..\.."
|
||
|
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||
|
|
||
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
||
|
|
||
|
$Project "SymbolStoreUpdate"
|
||
|
{
|
||
|
$Folder "Source Files"
|
||
|
{
|
||
|
$File "SymbolStoreUpdate.cpp"
|
||
|
}
|
||
|
|
||
|
$Folder "Link Libraries"
|
||
|
{
|
||
|
$Lib tier2
|
||
|
}
|
||
|
}
|