mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
Don't include the system SDL headers on Windows
git-svn-id: https://svn.eduke32.com/eduke32@7372 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
6a251fca16
commit
7f4ac2a4af
1 changed files with 4 additions and 0 deletions
|
@ -881,6 +881,10 @@ ifeq ($(RENDERTYPE),SDL)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM), WINDOWS)
|
||||
SDLCONFIG :=
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),WII)
|
||||
SDLCONFIG :=
|
||||
else ifeq ($(PLATFORM),SKYOS)
|
||||
|
|
Loading…
Reference in a new issue