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.

44 lines
836 B

  1. //-----------------------------------------------------------------------------
  2. // gcsdk_include.vpc
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $MacroRequired "PLATFORM"
  7. $MacroRequired GENERATED_PROTO_DIR
  8. $include "$SRCDIR\vpc_scripts\protobuf_builder.vpc"
  9. $include "$SRCDIR\gcsdk\steammessages_include.vpc"
  10. $Configuration
  11. {
  12. $General
  13. {
  14. $AdditionalProjectDependencies "gcsdk"
  15. }
  16. }
  17. $Project
  18. {
  19. $File "$SRCDIR/gcsdk/gcsystemmsgs.proto"
  20. $Folder "Generated Files" [!$OSXALL]
  21. {
  22. $DynamicFile "$GENERATED_PROTO_DIR/gcsystemmsgs.pb.h"
  23. $DynamicFile "$GENERATED_PROTO_DIR/gcsystemmsgs.pb.cc"
  24. {
  25. $Configuration
  26. {
  27. $Compiler
  28. {
  29. $Create/UsePrecompiledHeader "Not Using Precompiled Headers"
  30. }
  31. }
  32. }
  33. }
  34. $Folder "Link Libraries"
  35. {
  36. $Lib gcsdk
  37. }
  38. }