From 806e49165084676a561046c4afc43f2bae722d6b Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 5 Jan 2009 15:32:29 +0000 Subject: [PATCH] Little fix for AROS linking git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@459 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8610a98e..d7acd433 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ else BIN = grafx2 CFGBIN = gfxcfg COPT = -Wall -g `sdl-config --cflags` $(TTFCOPT) - LOPT = -lSDL_image `sdl-config --libs` -lpng -ljpeg -lz $(TTFLOPT) + LOPT = -lSDL_image `sdl-config --libs` -lpng -ljpeg -lz $(TTFLOPT) -lfreetype2shared CC = gcc OBJDIR = obj/aros else @@ -150,7 +150,7 @@ else else BIN = grafx2 CFGBIN = gfxcfg - COPT = -W -Wall -Wdeclaration-after-statement -pedantic -std=c99 -c -g -O3 `sdl-config --cflags` $(TTFCOPT) + COPT = -W -Wall -Wdeclaration-after-statement -pedantic -std=c99 -c -g `sdl-config --cflags` $(TTFCOPT) LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT) CC = gcc OBJDIR = obj/unix