--- SIDPlayer/Makefile.BeOS 2000/09/19 16:07:26 1.3 +++ SIDPlayer/Makefile.BeOS 2000/10/10 21:57:19 1.4 @@ -84,7 +84,7 @@ OPTIMIZE=FULL # to use. For example, setting DEFINES to "DEBUG=1" will cause the # compiler option "-DDEBUG=1" to be used. Setting DEFINES to "DEBUG" # would pass "-DDEBUG" on the compiler's command line. -DEFINES=SID_PLAYER +DEFINES=SID_PLAYER VERSION=\"$(version)\" # specify special warning levels # if unspecified default warnings will be used @@ -126,5 +126,5 @@ dist: $(TARGET) cp -R "PSID Demo" $(distdir) rm -rf $(distdir)/"PSID Demo/CVS" mimeset -f $(distdir) - zip -r $(distdir)-$(CPU).zip $(distdir) + zip -ry $(distdir)-$(CPU).zip $(distdir) rm -rf $(distdir)