mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
20 lines
465 B
Plaintext
20 lines
465 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// TEXTURECOMPILE_LAUNCHER.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\.."
|
|
$Macro OUTBINDIR "$LIBPUBLIC"
|
|
$Macro OUTBINNAME "texturecompile"
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
|
|
|
$Project "Texturecompile_launcher"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "texturecompile_launcher.cpp"
|
|
}
|
|
}
|