makefile.monkey2 428 B

12345678910111213141516171819202122232425262728
  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__="emscripten"
  9. #Import "makefile_emscripten.monkey2"
  10. #Else If __TARGET__="android"
  11. #Import "makefile_android.monkey2"
  12. #Else If __TARGET__="ios"
  13. #Import "makefile_ios.monkey2"
  14. #Endif