openalext.mkf 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # Subproject file for extension openalext.
  2. #
  3. # Include this subproject in your App to enable access to the openalext API
  4. #
  5. # NOTE: This file was originally written by the extension builder, but will not
  6. # be overwritten (unless --force is specified) and is intended to be modified.
  7. #
  8. # Running the extension builder with --platform can cause additions to this file
  9. # even after modification, to support additional platforms
  10. display_name "Extensions/openalext"
  11. includepath h
  12. files
  13. {
  14. (h)
  15. openalext.h
  16. ["interface"]
  17. (interface)
  18. openalext_interface.cpp
  19. openalext.defines.txt
  20. }
  21. defines
  22. {
  23. IW_TRACE_CHANNEL_OPENALEXT_VERBOSE=2
  24. }
  25. if {{ not defined IW_MKF_IWCRT}}
  26. subproject iwutil
  27. #Autogenerated section for windows platform support. Deleting these two comment
  28. #lines will cause the extension builder to re-output this section.
  29. deployments
  30. {
  31. win32-ext-dll="lib/win32/OpenAL32.dll"
  32. win32-ext-dll="lib/win32/openalext.dll"
  33. }
  34. #Autogenerated section for android platform support. Deleting these two comment
  35. #lines will cause the extension builder to re-output this section.
  36. #Include the extension's jar file during deployment
  37. deployments
  38. {
  39. android-so="lib/android/libopenalext.so"
  40. }
  41. #Autogenerated section for iphone platform support. Deleting these two comment
  42. #lines will cause the extension builder to re-output this section.
  43. deployments
  44. {
  45. #iphone-link-opts="-framework X" #Use this to bring in any additional link options needed
  46. iphone-link-lib="openalext"
  47. iphone-link-libdir="lib/iphone"
  48. }