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

  1. //-----------------------------------------------------------------------------
  2. // SOURCE_REPLAY_PRIVATE.VPC
  3. //
  4. // Included from SOURCE_REPLAY.VPC if the $BUILD_REPLAY macro defined.
  5. //
  6. //-----------------------------------------------------------------------------
  7. $Configuration
  8. {
  9. $Compiler
  10. {
  11. $PreprocessorDefinitions "$BASE;REPLAY_ENABLED"
  12. }
  13. }
  14. $Project
  15. {
  16. $Folder "Link libraries"
  17. {
  18. $Lib "$LIBCOMMON/replay_common"
  19. }
  20. }