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.

31 lines
532 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. //-----------------------------------------------------------------------------
  4. $Macro SRCDIR "..\.."
  5. $Macro OUTBINDIR "$SRCDIR\..\game\bin"
  6. $Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
  7. $Project "mdlinfo"
  8. {
  9. $Folder "Source Files"
  10. {
  11. $File "main.cpp"
  12. }
  13. $Folder "External Files"
  14. {
  15. $File "$SRCDIR\public\studio.cpp"
  16. }
  17. $Folder "Link Libraries"
  18. {
  19. $Lib appframework
  20. $Lib mathlib
  21. $Lib tier1
  22. $Lib tier2
  23. $Lib tier3
  24. }
  25. }