X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=05908ae0605b8d8aca321d1d5965d1db4d69105d;hp=c38f0ea3f8d27976eabdf9cabf9d92e0c955407c;hb=7b356ee3dc5d7e54d9dc06c413f84380d1044441;hpb=6f6bc6fa47b2888c4420eeb323d96be0982150de diff --git a/Makefile.gp2x b/Makefile.gp2x index c38f0ea..05908ae 100644 --- a/Makefile.gp2x +++ b/Makefile.gp2x @@ -29,9 +29,9 @@ gpfce.gpe: fceu include zlib/Makefile OBJDRIVER = ${B}minimal.o ${B}cpuctrl.o ${B}squidgehack.o ${B}asmutils.o ${B}gp2x.o ${B}main.o ${B}throttle.o \ - ${B}unix-netplay.o ${B}gp2x-sound.o ${B}gp2x-video.o ${B}usbjoy.o ${B}menu.o ${B}fonts.o \ + ${B}unix-netplay.o ${B}gp2x-sound.o ${B}gp2x-video.o ${B}usbjoy.o ${B}menu.o ${B}fonts.o ${B}readpng.o \ drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o ${UNZIPOBJS} ppu.o movie.o -LDRIVER += -lm -lz -static -Wl,-Map=fceu.map +LDRIVER += -lm -lz -lpng -static -Wl,-Map=fceu.map ifeq ($(asm_6502),1) TFLAGS += -DASM_6502 @@ -71,7 +71,7 @@ ${B}rev.h: FORCE include Makefile.common up: fceu - cp -v fceu /mnt/gp2x/mnt/sd/emus/gpfce/gpfce + cp -v fceu /mnt/gp2x/mnt/sd/emus/gpfce/gpfce.gpe # ----------- release ----------- ifneq ($(findstring rel,$(MAKECMDGOALS)),) @@ -80,7 +80,8 @@ $(error need VER) endif endif -rel: gpfce.gpe +rel: gpfce.gpe out_gp2x/readme.txt out_gp2x/gpfce.man.txt out_gp2x/gpfce.png out_gp2x/background.png zip -9 -j gpfce_v$(VER).zip $^ drivers/gp2x/mmuhack.o + zip -9 gpfce_v$(VER).zip fceultra