summaryrefslogtreecommitdiff
path: root/utils/dxsupportclean/dxsupportclean.vpc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/dxsupportclean/dxsupportclean.vpc')
-rw-r--r--utils/dxsupportclean/dxsupportclean.vpc37
1 files changed, 37 insertions, 0 deletions
diff --git a/utils/dxsupportclean/dxsupportclean.vpc b/utils/dxsupportclean/dxsupportclean.vpc
new file mode 100644
index 0000000..d51f43e
--- /dev/null
+++ b/utils/dxsupportclean/dxsupportclean.vpc
@@ -0,0 +1,37 @@
+//-----------------------------------------------------------------------------
+// DXSUPPORTCLEAN.VPC
+//
+// Project Script
+//-----------------------------------------------------------------------------
+// ***** AUTO-GENERATED: PLEASE FIXUP MANUALLY BEFORE USING THIS SCRIPT! *****
+
+$Macro SRCDIR "..\.."
+$Macro OUTBINDIR "$SRCDIR\..\game\bin"
+
+$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
+ }
+}
+
+
+