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.

43 lines
847 B

  1. //-----------------------------------------------------------------------------
  2. // SFMGEN.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\.."
  7. $Macro OUTBINDIR "$SRCDIR\..\game\bin"
  8. $Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
  9. $Project "sfmgen"
  10. {
  11. $Folder "Source Files"
  12. {
  13. $File "sfmgen.cpp"
  14. }
  15. $Folder "External"
  16. {
  17. $File "$SRCDIR\public\movieobjects/movieobjects.cpp"
  18. $File "$SRCDIR\public\interpolatortypes.cpp"
  19. $File "$SRCDIR\public\sentence.cpp"
  20. }
  21. $Folder "External Header Files"
  22. {
  23. $File "$SRCDIR\public\sentence.h"
  24. $File "$SRCDIR\public\interpolatortypes.h"
  25. }
  26. $Folder "Link Libraries"
  27. {
  28. $Lib appframework
  29. $Lib datamodel
  30. $Lib dmserializers
  31. $Lib mathlib
  32. $Lib tier2
  33. $Lib tier3
  34. $Lib movieobjects
  35. $Lib sfmobjects
  36. }
  37. }