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
428 B

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