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.

36 lines
698 B

  1. //-----------------------------------------------------------------------------
  2. // MKSHEET.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_con_base.vpc"
  10. $Configuration
  11. {
  12. $Compiler
  13. {
  14. $AdditionalIncludeDirectories "$BASE,..\common"
  15. }
  16. }
  17. $Project "Mksheet"
  18. {
  19. $Folder "Source Files"
  20. {
  21. -$File "$SRCDIR\public\tier0\memoverride.cpp"
  22. $File "mksheet.cpp"
  23. }
  24. $Folder "Link Libraries"
  25. {
  26. $Lib bitmap
  27. $Lib mathlib
  28. $Lib raytrace
  29. $Lib tier2
  30. }
  31. }