ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/Makefile.BeOS
(Generate patch)

Comparing SIDPlayer/Makefile.BeOS (file contents):
Revision 1.3 by cebix, 2000-09-19T16:07:26Z vs.
Revision 1.4 by cebix, 2000-10-10T21:57:19Z

# Line 84 | Line 84 | OPTIMIZE=FULL
84   #       to use.  For example, setting DEFINES to "DEBUG=1" will cause the
85   #       compiler option "-DDEBUG=1" to be used.  Setting DEFINES to "DEBUG"
86   #       would pass "-DDEBUG" on the compiler's command line.
87 < DEFINES=SID_PLAYER
87 > DEFINES=SID_PLAYER VERSION=\"$(version)\"
88  
89   #       specify special warning levels
90   #       if unspecified default warnings will be used
# Line 126 | Line 126 | dist: $(TARGET)
126          cp -R "PSID Demo" $(distdir)
127          rm -rf $(distdir)/"PSID Demo/CVS"
128          mimeset -f $(distdir)
129 <        zip -r $(distdir)-$(CPU).zip $(distdir)
129 >        zip -ry $(distdir)-$(CPU).zip $(distdir)
130          rm -rf $(distdir)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines