example1.mkb 474 B

12345678910111213141516171819202122232425262728
  1. options
  2. {
  3. module_path="../../../"
  4. module_path="../../../dependencies"
  5. module_path="../../../../oxygine-framework/oxygine/marmalade"
  6. enable-exceptions=1
  7. s3e-data-dir="../data"
  8. }
  9. subproject iwutil
  10. subproject oxygine-framework
  11. subproject oxygine-sound
  12. subproject openalext
  13. debug_define MARMALADE
  14. define MARMALADE
  15. files
  16. {
  17. ../src/example.cpp
  18. ../src/example.h
  19. ../src/main.cpp
  20. ../src/test.cpp
  21. ../src/TestSoundFormats.h
  22. ../src/test.h
  23. # Add new source files here
  24. }