removed 098 snd due to problems with it
[fceu.git] / Makefile.base
index 756e55c..1cc7885 100644 (file)
@@ -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