woollybah пре 10 година
родитељ
комит
571ebc2337
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      sdl.mod/sdl.bmx
  2. 1 0
      sdlfreeaudio.mod/sdlfreeaudio.bmx

+ 1 - 0
sdl.mod/sdl.bmx

@@ -60,6 +60,7 @@ Import "include/raspberrypi/*.h"
 ?android
 ?android
 ModuleInfo "CC_OPTS: -DGL_GLEXT_PROTOTYPES"
 ModuleInfo "CC_OPTS: -DGL_GLEXT_PROTOTYPES"
 
 
+Import "include/android/*.h"
 Import "SDL/include/*.h"
 Import "SDL/include/*.h"
 ?emscripten
 ?emscripten
 ModuleInfo "CC_OPTS: -DUSING_GENERATED_CONFIG_H"
 ModuleInfo "CC_OPTS: -DUSING_GENERATED_CONFIG_H"

+ 1 - 0
sdlfreeaudio.mod/sdlfreeaudio.bmx

@@ -48,6 +48,7 @@ Import "../../sdl.mod/sdl.mod/include/linuxx64/*.h"
 Import "../../sdl.mod/sdl.mod/include/raspberrypi/*.h"
 Import "../../sdl.mod/sdl.mod/include/raspberrypi/*.h"
 
 
 ?android
 ?android
+Import "../../sdl.mod/sdl.mod/include/android/*.h"
 Import "../../sdl.mod/sdl.mod/SDL/include/*.h"
 Import "../../sdl.mod/sdl.mod/SDL/include/*.h"
 ?
 ?