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 /game/shared/tf/tf_gcmessages_include.vpc | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
Diffstat (limited to 'game/shared/tf/tf_gcmessages_include.vpc')
| -rw-r--r-- | game/shared/tf/tf_gcmessages_include.vpc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/game/shared/tf/tf_gcmessages_include.vpc b/game/shared/tf/tf_gcmessages_include.vpc new file mode 100644 index 0000000..c3bd71c --- /dev/null +++ b/game/shared/tf/tf_gcmessages_include.vpc @@ -0,0 +1,30 @@ +$Project +{ + $Folder "Source Files" + { + $File "$SRCDIR\game\shared\tf\tf_gcmessages.cpp" + } + + $Folder "Header Files" + { + $File "$SRCDIR\game\shared\tf\tf_gcmessages.h" + $File "$SRCDIR\game\shared\tf\tf_matchmaking_scoring.h" + } + + $Folder "Protobuf Files" + { + $File "$SRCDIR\game\shared\tf\tf_gcmessages.proto" + $DynamicFile "$GENERATED_PROTO_DIR\tf_gcmessages.pb.h" + $DynamicFile "$GENERATED_PROTO_DIR\tf_gcmessages.pb.cc" [!$OSXALL] + { + $Configuration + { + $Compiler + { + $Create/UsePrecompiledHeader "Not Using Precompiled Headers" + } + } + } + } + +} |