Whoops ! I accidentally broken linux build while testing the amiga one.

The test i did is running the "version" command, which is returning the OS version on amiga (a bit like uname). Unfortunately this displays an error from bash when building under linux...


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@654 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2009-02-24 22:29:47 +00:00
parent 21bd270e31
commit a35619de75
2 changed files with 1 additions and 2 deletions

View File

@ -204,8 +204,7 @@ else
CFGBIN = gfxcfg
COPT = -W -Wall -Wdeclaration-after-statement -pedantic -std=c99 -c -g `sdl-config --cflags` $(TTFCOPT)
LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT)
#CC = gcc
CC = $(AMIGA)
CC = gcc
OBJDIR = obj/unix
X11LOPT = -lX11
endif

BIN
gfx2.cfg

Binary file not shown.