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.

21 lines
398 B

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