mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 23:10:58 +00:00
Initial support for building for Windows with OpenWatcom
This commit is contained in:
parent
5ef36ead08
commit
9dfa000bc0
12 changed files with 346 additions and 38 deletions
|
@ -61,7 +61,7 @@
|
|||
#define SDL_DYNAMIC_API 0 /* vitasdk doesn't support dynamic linking */
|
||||
#elif defined(__NGAGE__)
|
||||
#define SDL_DYNAMIC_API 0 /* The N-Gage doesn't support dynamic linking either */
|
||||
#elif defined(__OS2__)
|
||||
#elif defined(__OS2__) || defined(__WATCOMC__)
|
||||
#define SDL_DYNAMIC_API 0 /* see github bugs #5667 and #5669 */
|
||||
#elif defined(DYNAPI_NEEDS_DLOPEN) && !defined(HAVE_DLOPEN)
|
||||
#define SDL_DYNAMIC_API 0 /* we need dlopen(), but don't have it.... */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue