mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 06:36:54 +00:00
24 lines
456 B
Plaintext
24 lines
456 B
Plaintext
|
//-----------------------------------------------------------------------------
|
||
|
// XBSPINFO.VPC
|
||
|
//
|
||
|
// Project Script
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
$Macro SRCDIR "..\..\.."
|
||
|
$Macro OUTBINDIR "$SRCDIR\devtools\bin"
|
||
|
|
||
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_win32_base.vpc"
|
||
|
|
||
|
$Project "xbspinfo"
|
||
|
{
|
||
|
$Folder "Source Files"
|
||
|
{
|
||
|
$File "xbspinfo.cpp"
|
||
|
}
|
||
|
|
||
|
$Folder "Header Files"
|
||
|
{
|
||
|
$File "xbspinfo.h"
|
||
|
}
|
||
|
}
|