Skip to content
Snippets Groups Projects
Commit 7f875131 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

If compiling for GP2X with SDL, make it use SDL 1.2 interface like the others

Doing this way because I have no idea if the GP2X port was SUPPOSED to use SDL or not in the first place
parent 2c73c165
No related branches found
No related tags found
2 merge requests!252OpenGL: Public flatsprite: The Fixening,!211Makefile ports tweaks cleanup etc
......@@ -410,6 +410,12 @@ endif
endif
endif
ifdef GP2X
ifdef SDL
SDL12=1
endif
endif
ifdef ARCHNAME
OBJDIR:=$(OBJDIR)/$(ARCHNAME)
BIN:=$(BIN)/$(ARCHNAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment