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.

40 lines
620 B

  1. //-----------------------------------------------------------------------------
  2. // MDLOBJECTS.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR ".."
  7. $Macro OUTLIBNAME "dmxedit"
  8. $Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  9. $Configuration
  10. {
  11. $Compiler
  12. {
  13. $PreprocessorDefinitions "$BASE;DMXEDIT_LIB"
  14. }
  15. }
  16. $Project "dmxeditlib"
  17. {
  18. $Folder "Header Files"
  19. {
  20. }
  21. $Folder "Source Files"
  22. {
  23. $File "dmxedit.cpp"
  24. $File "winstuff.cpp"
  25. }
  26. $Folder "Interface"
  27. {
  28. $File "$SRCDIR\public\dmxeditlib\dmxedit.h"
  29. }
  30. $Folder "external"
  31. {
  32. }
  33. }