X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.base;h=1cc78857af4233ea1c19c555f16a5c1ee4db1863;hp=756e55c478001d252b6a9f4eb28d59195cf1db70;hb=778873069e1caaf3afbe7e99b9cefa4f770959c0;hpb=92764e6252a3691033d6044b466bf716c96b62d5 diff --git a/Makefile.base b/Makefile.base index 756e55c..1cc7885 100644 --- a/Makefile.base +++ b/Makefile.base @@ -9,14 +9,14 @@ include input/Makefile fceu2: ${OBJECTS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${INPOBJS} ${OBJDRIVER} ${CC} -o fceu ${OBJECTS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${INPOBJS} ${OBJDRIVER} ${LDRIVER} -ifndef DEBUG +ifndef NOSTRIP $(STRIP) fceu endif clean: ${RM} fceu fceu.exe ${OBJECTS} ${INPOBJS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${OBJDRIVER} -nsf.o: nsf.c nsf.h fce.h x6502.h svga.h video.h sound.h nsfbgnew.h general.h file.h +nsf.o: nsf.c nsf.h fce.h x6502.h svga.h video.h sound.h general.h file.h #x6502.o: x6502.c x6502.h ops.h fce.h sound.h video.o: video.c types.h video.h svga.h version.h general.h sound.o: sound.c sound.h types.h fce.h svga.h x6502.h