Mark Sibly 613ac15e70 Hacked SDL_egl.h so it doesn't try to #include egl.h in mingw builds. 7 年之前
..
SDL 613ac15e70 Hacked SDL_egl.h so it doesn't try to #include egl.h in mingw builds. 7 年之前
README.TXT 3362a8bad3 Updated. 7 年之前
makefile.monkey2 bcaaf4ff2f Added raspian target - very flaky, can't actually run an app from Ted2 yet! 9 年之前
makefile_android.monkey2 50431ac7d5 Cleanups. 7 年之前
makefile_emscripten.monkey2 d8e3e9b32c Started work on resurrecting emscripten. 9 年之前
makefile_ios.monkey2 c3e3e6242c Various ios fixes for new sdl and chipmunk. 8 年之前
makefile_linux.monkey2 807950e998 Updated. 7 年之前
makefile_macos.monkey2 33eb8d4834 Updated. 7 年之前
makefile_raspbian.monkey2 bcaaf4ff2f Added raspian target - very flaky, can't actually run an app from Ted2 yet! 9 年之前
makefile_windows.monkey2 3362a8bad3 Updated. 7 年之前
module.json 50431ac7d5 Cleanups. 7 年之前
sdl2.monkey2 50431ac7d5 Cleanups. 7 年之前

README.TXT

Upgrading SDL source:

* include/config_*.h : need to be copied/merged - this is where SDL features are enabled.

* include/begin_code.h : #define DECLSPEC to empty at top to statically link without msvc generating .lib and .exp files due to dllimport/dllexport symbols. Seems to be no #define SDL_STATIC_BUILD here?

* src/core/SDL_android.h/SDL_android.c : Android_JNI_GetAssetManager() added.