From 77f745e1f0ebc7578e8798c856326a3cca3014f3 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 27 Dec 2008 11:46:10 +0000 Subject: [PATCH] Oops, i messed up some little things there :) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@422 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b969de91..ad9b4315 100644 --- a/Makefile +++ b/Makefile @@ -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)