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.

42 lines
923 B

  1. //-----------------------------------------------------------------------------
  2. // SFMOBJECTS.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR ".."
  7. $Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  8. $Configuration
  9. {
  10. $Compiler
  11. {
  12. $PreprocessorDefinitions "$BASE;SFMOBJECTS_LIB"
  13. }
  14. }
  15. $Project "sfmobjects"
  16. {
  17. $Folder "Header Files"
  18. {
  19. }
  20. $Folder "Source Files"
  21. {
  22. $File "exportfacialanimation.cpp"
  23. $File "flexcontrolbuilder.cpp"
  24. $File "sfmsession.cpp"
  25. $File "sfmanimationsetutils.cpp"
  26. $File "sfmphonemeextractor.cpp"
  27. }
  28. $Folder "Interface"
  29. {
  30. $File "$SRCDIR\public\sfmobjects\exportfacialanimation.h"
  31. $File "$SRCDIR\public\sfmobjects\flexcontrolbuilder.h"
  32. $File "$SRCDIR\public\sfmobjects\sfmanimationsetutils.h"
  33. $File "$SRCDIR\public\sfmobjects\sfmphonemeextractor.h"
  34. $File "$SRCDIR\public\sfmobjects\sfmsession.h"
  35. }
  36. }