diff options
| author | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
|---|---|---|
| committer | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
| commit | 3bf9df6b2785fa6d951086978a3e66f49427166a (patch) | |
| tree | 2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /tier3/tier3.vpc | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
Diffstat (limited to 'tier3/tier3.vpc')
| -rw-r--r-- | tier3/tier3.vpc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tier3/tier3.vpc b/tier3/tier3.vpc new file mode 100644 index 0000000..ccec731 --- /dev/null +++ b/tier3/tier3.vpc @@ -0,0 +1,29 @@ +//----------------------------------------------------------------------------- +// TIER3.VPC +// +// Project Script +//----------------------------------------------------------------------------- + +$macro SRCDIR ".." + +$include "$SRCDIR\vpc_scripts\source_lib_base.vpc" + +$Project "tier3" +{ + $Folder "Source Files" + { + $File "tier3.cpp" + $File "mdlutils.cpp" + $File "choreoutils.cpp" + $File "scenetokenprocessor.cpp" + $File "studiohdrstub.cpp" + } + + $Folder "Header Files" + { + $File "$SRCDIR\public\tier3\tier3.h" + $File "$SRCDIR\public\tier3\mdlutils.h" + $File "$SRCDIR\public\tier3\choreoutils.h" + $File "$SRCDIR\public\tier3\scenetokenprocessor.h" + } +} |