Oops, i messed up some little things there :)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@422 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2008-12-27 11:46:10 +00:00
parent e2fe9dcd79
commit 77f745e1f0

View File

@ -74,6 +74,7 @@ else
LOPT = -lSDL_image `i386-linux-aros-sdl-config --libs` -lpng -ljpeg -lz $(TTFLOPT)
CC = i386-linux-aros-gcc
OBJDIR = obj/aros
else
#BeOS specific
ifeq ($(PLATFORM),BeOS)
@ -129,6 +130,7 @@ else
endif
endif
endif
endif
#TrueType is optional: make NOTTF=1 to disable support and dependencies.
ifeq ($(NOTTF),1)