Converted all libs from shared to static - it will allow closed-source apps to use LGPL-ed libsdl,
and will solve some cross-referencing problems, like SDL_init called from static constructors.
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
#ifndef _SDL_H
|
||||
#define _SDL_H
|
||||
|
||||
#ifndef ANDROID
|
||||
#include "SDL_main.h"
|
||||
#endif
|
||||
#include "SDL_stdinc.h"
|
||||
#include "SDL_audio.h"
|
||||
#include "SDL_cdrom.h"
|
||||
|
||||
Reference in New Issue
Block a user