Added some pathes for AROS operating system. We need someone to test it out now :)
Also, there is a realpath implementation there wich may be useful for BeOS too git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@421 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
13
Makefile
13
Makefile
@@ -62,6 +62,19 @@ else
|
||||
NOTTF = 1
|
||||
else
|
||||
|
||||
#AROS specific
|
||||
ifeq ($(PLATFORM),AROS)
|
||||
DELCOMMAND = rm -rf
|
||||
MKDIR = mkdir -p
|
||||
RMDIR = rmdir
|
||||
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
|
||||
OBJDIR = obj/aros
|
||||
|
||||
#BeOS specific
|
||||
ifeq ($(PLATFORM),BeOS)
|
||||
DELCOMMAND = rm -rf
|
||||
|
||||
Reference in New Issue
Block a user