oxygine-sound.mkf 960 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. includepath src/
  2. includepath src/s3e/
  3. #includepath src/dependecies/
  4. options
  5. {
  6. module_path="dependencies/libogg"
  7. module_path="dependencies/libvorbis"
  8. module_path="dependencies/tremor"
  9. module_path="dependencies/marmalade"
  10. module_path="dependencies/"
  11. module_path="../oxygine-framework/oxygine/marmalade"
  12. }
  13. subproject iwutil
  14. subproject iwgl
  15. subproject libogg
  16. subproject libtremor
  17. subproject oxygine-framework
  18. subproject openalext
  19. debug_define MARMALADE
  20. define MARMALADE
  21. includepaths
  22. {
  23. }
  24. files
  25. {
  26. (src)
  27. [src]
  28. OggStream.cpp
  29. OggStream.h
  30. memorystream.cpp
  31. memorystream.h
  32. SoundPlayer.cpp
  33. SoundPlayer.h
  34. SoundInstance.cpp
  35. SoundInstance.h
  36. ResSound.cpp
  37. ResSound.h
  38. (src/oal)
  39. [src/oal]
  40. Channel_oal.cpp
  41. Sound_oal.cpp
  42. SoundSystem_oal.cpp
  43. Channel_oal.h
  44. Sound_oal.h
  45. SoundSystem_oal.h
  46. (src/null)
  47. [src/null]
  48. ChannelNull.cpp
  49. SoundNull.cpp
  50. SoundSystemNull.cpp
  51. ChannelNull.h
  52. SoundNull.h
  53. SoundSystemNull.h
  54. # Add new source files here
  55. }