summaryrefslogtreecommitdiff
path: root/utils/itemtest_lib/itemtest_lib.vpc
diff options
context:
space:
mode:
authorFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
committerFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
commit3bf9df6b2785fa6d951086978a3e66f49427166a (patch)
tree2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /utils/itemtest_lib/itemtest_lib.vpc
downloadarchived-source-engine-2018-hl2-src-master.tar.xz
archived-source-engine-2018-hl2-src-master.zip
Diffstat (limited to 'utils/itemtest_lib/itemtest_lib.vpc')
-rw-r--r--utils/itemtest_lib/itemtest_lib.vpc40
1 files changed, 40 insertions, 0 deletions
diff --git a/utils/itemtest_lib/itemtest_lib.vpc b/utils/itemtest_lib/itemtest_lib.vpc
new file mode 100644
index 0000000..7d378c4
--- /dev/null
+++ b/utils/itemtest_lib/itemtest_lib.vpc
@@ -0,0 +1,40 @@
+//============ Copyright (c) Valve Corporation, All rights reserved. ==========
+//
+// Converts various input bitmap & geometry formats into standard
+// Valve formats, renames and places items in the proper directories
+// and calls vtex/studiomdl and can ZIP archive the results.
+//
+// NOTE: Projects which link this also need to include itemtest_lib_support.vpc
+//
+//=============================================================================
+
+
+$Macro SRCDIR "..\.."
+
+$include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
+
+$Include "$SRCDIR\vpc_scripts\fbx_base.vpc"
+
+$Configuration
+{
+ $Compiler
+ {
+ $PreprocessorDefinitions "$BASE;VERSION_SAFE_STEAM_API_INTERFACES;ITEMUPLIB_LIB"
+ }
+}
+
+$Project "itemtest_lib"
+{
+ $Folder "Source Files"
+ {
+ $File "itemtest.cpp"
+ $File "systemutils.cpp"
+ $File "$SRCDIR\public\zip_utils.cpp"
+ }
+
+ $Folder "Header Files"
+ {
+ $File "$SRCDIR\public\itemtest\itemtest.h"
+ $File "$SRCDIR\public\zip_utils.h"
+ }
+}