mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
29 lines
518 B
Plaintext
29 lines
518 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// VTFSCREW.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\.."
|
|
$Macro OUTBINDIR "$LIBPUBLIC"
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
|
|
|
$Project "Vtfscrew"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "vtfscrew.cpp"
|
|
}
|
|
|
|
$Folder "Link Libraries"
|
|
{
|
|
$Lib bitmap
|
|
$Lib mathlib
|
|
$Lib tier2
|
|
$Lib vtf
|
|
}
|
|
|
|
$File "$SRCDIR\devtools\bin\vtfscrewtree.pl"
|
|
}
|