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.

30 lines
573 B

  1. $Project
  2. {
  3. $Folder "Source Files"
  4. {
  5. $File "$SRCDIR\game\shared\tf\tf_gcmessages.cpp"
  6. }
  7. $Folder "Header Files"
  8. {
  9. $File "$SRCDIR\game\shared\tf\tf_gcmessages.h"
  10. $File "$SRCDIR\game\shared\tf\tf_matchmaking_scoring.h"
  11. }
  12. $Folder "Protobuf Files"
  13. {
  14. $File "$SRCDIR\game\shared\tf\tf_gcmessages.proto"
  15. $DynamicFile "$GENERATED_PROTO_DIR\tf_gcmessages.pb.h"
  16. $DynamicFile "$GENERATED_PROTO_DIR\tf_gcmessages.pb.cc" [!$OSXALL]
  17. {
  18. $Configuration
  19. {
  20. $Compiler
  21. {
  22. $Create/UsePrecompiledHeader "Not Using Precompiled Headers"
  23. }
  24. }
  25. }
  26. }
  27. }