Team Fortress 2 Source Code as on 22/4/2020
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.

22 lines
415 B

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