Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
577 B

  1. $MacroRequired PROTOBUF_BUILDER_INCLUDED
  2. $Project
  3. {
  4. $Folder "Protobuf Files"
  5. {
  6. $File "$SRCDIR\game\shared\cstrike15\cstrike15_gcmessages.proto" \
  7. "$SRCDIR\common\engine_gcmessages.proto"
  8. $DynamicFile "$GENERATED_PROTO_DIR\cstrike15_gcmessages.pb.h" \
  9. "$GENERATED_PROTO_DIR\engine_gcmessages.pb.h"
  10. $DynamicFile "$GENERATED_PROTO_DIR\cstrike15_gcmessages.pb.cc" \
  11. "$GENERATED_PROTO_DIR\engine_gcmessages.pb.cc"
  12. {
  13. $Configuration
  14. {
  15. $Compiler [$WINDOWS]
  16. {
  17. $Create/UsePrecompiledHeader "Not Using Precompiled Headers"
  18. }
  19. }
  20. }
  21. }
  22. }