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.

46 lines
877 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. $include "$SRCDIR\game\protobuf_include.vpc"
  11. $Configuration
  12. {
  13. $General
  14. {
  15. $AdditionalProjectDependencies "gcsdk_gc"
  16. }
  17. }
  18. $Project
  19. {
  20. $File "$SRCDIR/gcsdk/gcsystemmsgs.proto"
  21. $Folder "Generated Files"
  22. {
  23. $DynamicFile "$GENERATED_PROTO_DIR/gcsystemmsgs.pb.h"
  24. $DynamicFile "$GENERATED_PROTO_DIR/gcsystemmsgs.pb.cc"
  25. {
  26. $Configuration
  27. {
  28. $Compiler
  29. {
  30. $Create/UsePrecompiledHeader "Not Using Precompiled Headers"
  31. }
  32. }
  33. }
  34. }
  35. $Folder "Link Libraries"
  36. {
  37. $Lib gcsdk_gc
  38. }
  39. }