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.

40 lines
800 B

  1. //-----------------------------------------------------------------------------
  2. // MATSYS_REGRESSIONTEST.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. // ***** AUTO-GENERATED: PLEASE FIXUP MANUALLY BEFORE USING THIS SCRIPT! *****
  7. $Macro SRCDIR "..\.."
  8. $Macro OUTBINDIR "$SRCDIR\..\game\bin"
  9. $Include "$SRCDIR\vpc_scripts\source_exe_base.vpc"
  10. $Configuration
  11. {
  12. $Compiler
  13. {
  14. $AdditionalIncludeDirectories "$BASE,..\common"
  15. }
  16. $Linker
  17. {
  18. $AdditionalDependencies "$BASE $SRCDIR\lib\public\nvtc.lib"
  19. }
  20. }
  21. $Project "Matsys_regressiontest"
  22. {
  23. $Folder "Source Files"
  24. {
  25. -$File "$SRCDIR\public\tier0\memoverride.cpp"
  26. $File "matsys_regressiontest.cpp"
  27. }
  28. $Folder "Link Libraries"
  29. {
  30. $Lib bitmap
  31. $Lib mathlib
  32. $Lib tier2
  33. }
  34. }