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.

33 lines
640 B

  1. //-----------------------------------------------------------------------------
  2. // DMEUTILS.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;DMEUTILS_LIB"
  13. }
  14. }
  15. $Project "dmeutils"
  16. {
  17. $Folder "Header Files"
  18. {
  19. $File "$SRCDIR\public\dmeutils\dmmeshutils.h"
  20. $File "$SRCDIR\public\dmeutils\dmanimutils.h"
  21. }
  22. $Folder "Source Files"
  23. {
  24. $File "dmmeshutils.cpp"
  25. $File "dmanimutils.cpp"
  26. $File "loadfromdmx.cpp"
  27. $File "savetodmx.cpp"
  28. }
  29. }