X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=5e044ae3cf445fd6e3df3a0648575ef01cb76aa9;hp=4af881d4fbbc7166bc84c2d75dcd3973f99c4e15;hb=f5eb372f3bff0731642899f6aaec35e9001bd451;hpb=e6ee752982da44a60a9a6b5916d7642ba2dd8b9e diff --git a/Makefile.gp2x b/Makefile.gp2x index 4af881d..5e044ae 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 @@ -52,9 +52,8 @@ ncpu.o: ncpu.S ncpu.h include Makefile.base ${B}main.o: ${B}main.c ${B}main.h ${B}usage.h ${B}input.c -${B}gp2x.o: ${B}gp2x.c ${B}gp2x.h +${B}gp2x.o: ${B}gp2x.c ${B}gp2x.h ${B}rev.h ${B}throttle.o: ${B}throttle.c ${B}main.h ${B}throttle.h -${B}menu.o: ${B}rev.h ppu.o: ppu.c ppu.h ${B}rev.h: FORCE