mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-14 09:07:59 +00:00
26 lines
495 B
Plaintext
26 lines
495 B
Plaintext
|
//-----------------------------------------------------------------------------
|
||
|
// SHADERAPITEST.VPC
|
||
|
//
|
||
|
// Project Script
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
$Macro SRCDIR "..\.."
|
||
|
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||
|
|
||
|
$Include "$SRCDIR\vpc_scripts\source_exe_base.vpc"
|
||
|
|
||
|
$Project "ShaderAPITest"
|
||
|
{
|
||
|
$Folder "Source Files"
|
||
|
{
|
||
|
$File "shaderapitest.cpp"
|
||
|
}
|
||
|
|
||
|
$Folder "Link Libraries"
|
||
|
{
|
||
|
$Lib appframework
|
||
|
$Lib tier2
|
||
|
$Lib $LIBCOMMON\bzip2
|
||
|
}
|
||
|
}
|