mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
|
//-----------------------------------------------------------------------------
|
||
|
// PRINTBONES.VPC
|
||
|
//
|
||
|
// Project Script
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
$Macro SRCDIR "..\.."
|
||
|
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||
|
|
||
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_win32_base.vpc"
|
||
|
|
||
|
$Project "Printbones"
|
||
|
{
|
||
|
$Folder "Source Files"
|
||
|
{
|
||
|
$File "printbones.cpp"
|
||
|
}
|
||
|
}
|