Counter Strike : Global Offensive Source Code
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.

50 lines
1.2 KiB

  1. //-----------------------------------------------------------------------------
  2. // MATERIALOBJECTS.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;MATERIALOBJECTS_LIB"
  13. }
  14. }
  15. $Project "Materialobjects"
  16. {
  17. $Folder "Header Files"
  18. {
  19. }
  20. $Folder "Source Files"
  21. {
  22. $File "dmeamalgtexture.cpp"
  23. $File "dmeimage.cpp"
  24. $File "dmeprecompiledtexture.cpp"
  25. $File "dmesheetsequence.cpp"
  26. $File "dmetexture.cpp"
  27. }
  28. $Folder "Interface"
  29. {
  30. $File "$SRCDIR\public\materialobjects\amalgtexturevars.h"
  31. $File "$SRCDIR\public\materialobjects\dmeamalgtexture.h"
  32. $File "$SRCDIR\public\materialobjects\dmeimage.h"
  33. $File "$SRCDIR\public\materialobjects\dmeprecompiledtexture.h"
  34. $File "$SRCDIR\public\materialobjects\dmesheetsequence.h"
  35. $File "$SRCDIR\public\materialobjects\dmetexture.h"
  36. $File "$SRCDIR\public\materialobjects\materialobjects.h"
  37. }
  38. $Folder "external"
  39. {
  40. $File "$SRCDIR\public\mathlib\mathlib.h"
  41. $File "$SRCDIR\public\studio.cpp"
  42. $File "$SRCDIR\public\mathlib\vector.h"
  43. }
  44. }