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.

39 lines
745 B

  1. //-----------------------------------------------------------------------------
  2. // VCDIMPORT.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. $Configuration
  10. {
  11. $Compiler
  12. {
  13. $AdditionalIncludeDirectories "$BASE,$SRCDIR\game\shared"
  14. }
  15. }
  16. $Project "vcdimport"
  17. {
  18. $Folder "Source Files"
  19. {
  20. $File "vcdimport.cpp"
  21. $File "$SRCDIR\movieobjects\importintovcd.cpp"
  22. $File "$SRCDIR\public\interpolatortypes.cpp"
  23. }
  24. $Folder "Link Libraries"
  25. {
  26. $Lib appframework
  27. $Lib choreoobjects
  28. $Lib mathlib
  29. $Lib tier2
  30. $Lib tier3
  31. $Lib datamodel
  32. $Lib dmserializers
  33. }
  34. }