X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.pandora;h=7c07ebae56baf211d45e4f1b121a6b369b906f4a;hp=f35047e2b71232ef46c75c4207d835d55cd9fff4;hb=527b98f6e7965f464c804ee5279855326c78dc6d;hpb=158d88bade9b4fc038e1c9cee3924f3c89a70caa diff --git a/Makefile.pandora b/Makefile.pandora index f35047e..7c07eba 100644 --- a/Makefile.pandora +++ b/Makefile.pandora @@ -2,7 +2,8 @@ CC = $(CROSS_COMPILE)gcc AS = $(CROSS_COMPILE)as STRIP = $(CROSS_COMPILE)strip -TFLAGS = -Winline -Izlib -DLSB_FIRST -DUNIX -DPSS_STYLE=1 -DHAVE_ASPRINTF -DZLIB -DFRAMESKIP -D_REENTRANT +TFLAGS += -Winline -Izlib -DLSB_FIRST -DUNIX -DPSS_STYLE=1 -DHAVE_ASPRINTF -DZLIB -DFRAMESKIP -D_REENTRANT +TFLAGS += -Wno-pointer-sign RM = rm -f A = drivers/arm/ C = drivers/common/ @@ -69,7 +70,7 @@ PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh VER ?= $(shell git describe master) rel: fceu drivers/pandora/fceu.sh drivers/pandora/readme.txt drivers/pandora/skin \ - drivers/pandora/fceu.png drivers/pandora/fceu.pxml.templ COPYING + drivers/pandora/fceu.png drivers/pandora/fceu.pxml.templ COPYING Authors.md rm -rf out mkdir out cp -r $^ out/