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:
parent
21bd270e31
commit
a35619de75
3
Makefile
3
Makefile
@ -204,8 +204,7 @@ else
|
|||||||
CFGBIN = gfxcfg
|
CFGBIN = gfxcfg
|
||||||
COPT = -W -Wall -Wdeclaration-after-statement -pedantic -std=c99 -c -g `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)
|
LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT)
|
||||||
#CC = gcc
|
CC = gcc
|
||||||
CC = $(AMIGA)
|
|
||||||
OBJDIR = obj/unix
|
OBJDIR = obj/unix
|
||||||
X11LOPT = -lX11
|
X11LOPT = -lX11
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user