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