makefile.monkey2 405 B

12345678910111213141516171819202122232425262728
  1. Namespace sdl2
  2. #If __TARGET__="desktop"
  3. #If __HOSTOS__="macos"
  4. #Import "makefile_macos.monkey2"
  5. #Elseif __HOSTOS__="windows"
  6. #Import "makefile_windows.monkey2"
  7. #Elseif __HOSTOS__="linux"
  8. #Import "makefile_linux.monkey2"
  9. #Endif
  10. #Elseif __TARGET__="emscripten"
  11. #Import "makefile_emscripten.monkey2"
  12. #Elseif __TARGET__="android"
  13. #Import "makefile_android.monkey2"
  14. #Endif