makefile.monkey2 496 B

1234567891011121314151617181920212223242526272829303132
  1. Namespace sdl2
  2. #If __TARGET__="windows"
  3. #Import "makefile_windows.monkey2"
  4. #Else If __TARGET__="macos"
  5. #Import "makefile_macos.monkey2"
  6. #Else If __TARGET__="linux"
  7. #Import "makefile_linux.monkey2"
  8. #Else If __TARGET__="raspbian"
  9. #Import "makefile_raspbian.monkey2"
  10. #Else If __TARGET__="emscripten"
  11. #Import "makefile_emscripten.monkey2"
  12. #Else If __TARGET__="android"
  13. #Import "makefile_android.monkey2"
  14. #Else If __TARGET__="ios"
  15. #Import "makefile_ios.monkey2"
  16. #Endif