Some more fixes for AROS build.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@436 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-12-29 17:15:56 +00:00
parent 57c875df3d
commit 30184d82e9
3 changed files with 12 additions and 3 deletions

View File

@@ -72,9 +72,9 @@ else
CP = cp
BIN = grafx2
CFGBIN = gfxcfg
COPT = -Wall _c _g `i386-linux-aros-sdl-config --cflags` $(TTFCOPT)
LOPT = -lSDL_image `i386-linux-aros-sdl-config --libs` -lpng -ljpeg -lz $(TTFLOPT)
CC = i386-linux-aros-gcc
COPT = -Wall -g `sdl-config --cflags` $(TTFCOPT)
LOPT = -lSDL_image `sdl-config --libs` -lpng -ljpeg -lz $(TTFLOPT)
CC = gcc
OBJDIR = obj/aros
else