20 lines
474 B
Plaintext
20 lines
474 B
Plaintext
|
//-----------------------------------------------------------------------------
|
||
|
// TEXTURECOMPILE_LAUNCHER.VPC
|
||
|
//
|
||
|
// Project Script
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
$Macro SRCDIR "..\.."
|
||
|
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||
|
$Macro OUTBINNAME "texturecompile"
|
||
|
|
||
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
||
|
|
||
|
$Project "Texturecompile_launcher"
|
||
|
{
|
||
|
$Folder "Source Files"
|
||
|
{
|
||
|
$File "texturecompile_launcher.cpp"
|
||
|
}
|
||
|
}
|