css_enhanced_waf/utils/dxsupportclean/dxsupportclean.vpc
2020-10-22 21:00:42 +03:00

37 lines
682 B
Text

//-----------------------------------------------------------------------------
// DXSUPPORTCLEAN.VPC
//
// Project Script
//-----------------------------------------------------------------------------
// ***** AUTO-GENERATED: PLEASE FIXUP MANUALLY BEFORE USING THIS SCRIPT! *****
$Macro SRCDIR "..\.."
$Macro OUTBINDIR "$LIBPUBLIC"
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
$Configuration
{
$Compiler
{
$AdditionalIncludeDirectories "$BASE,..\common"
}
}
$Project "dxsupportclean"
{
$Folder "Source Files"
{
-$File "$SRCDIR\public\tier0\memoverride.cpp"
$File "dxsupportclean.cpp"
}
$Folder "Link Libraries"
{
$Lib mathlib
$Lib tier2
}
}