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"
|
|
}
|
|
}
|