oxygine-framework.mkf 871 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. includepath ../src/
  2. options
  3. {
  4. module_path="../third_party/marmalade/"
  5. }
  6. subproject iwutil
  7. subproject iwgl
  8. subproject iwhttp
  9. define OX_HAVE_LIBJPEG
  10. define OX_HAVE_LIBPNG
  11. files
  12. {
  13. [src]
  14. (../src)
  15. "*.h"
  16. "*.cpp"
  17. [src]
  18. (../src)
  19. "*.h"
  20. "*.cpp"
  21. [src/pugixml]
  22. (../src/pugixml)
  23. "*.hpp"
  24. "*.cpp"
  25. [src/text_utils]
  26. (../src/text_utils)
  27. "*.h"
  28. "*.cpp"
  29. [src/minizip]
  30. (../src/minizip)
  31. "*.h"
  32. "*.c"
  33. [src/utils]
  34. (../src/utils)
  35. "*.h"
  36. "*.cpp"
  37. "*.c"
  38. [src/math]
  39. (../src/math)
  40. "*.h"
  41. "*.cpp"
  42. [src/core]
  43. (../src/core)
  44. "*.h"
  45. "*.cpp"
  46. [src/core/s3e]
  47. (../src/core/s3e)
  48. "*.h"
  49. "*.cpp"
  50. [src/core/gl]
  51. (../src/core/gl)
  52. "*.h"
  53. "*.cpp"
  54. [src/closure]
  55. (../src/closure)
  56. "*.h"
  57. [src/winnie_alloc]
  58. (../src/winnie_alloc)
  59. "*.h"
  60. "*.cpp"
  61. [src/res]
  62. (../src/res)
  63. "*.h"
  64. "*.cpp"
  65. [src/dev_tools]
  66. (../src/dev_tools)
  67. "*.h"
  68. "*.cpp"
  69. }