[Scummvm-git-logs] scummvm-tools master -> 795a44b974ad24ee8f9061ea8acedfbb00e946f8
sev-
sev at scummvm.org
Sun Oct 4 08:40:06 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
795a44b974 AMIGAOS: Small adaptations
Commit: 795a44b974ad24ee8f9061ea8acedfbb00e946f8
https://github.com/scummvm/scummvm-tools/commit/795a44b974ad24ee8f9061ea8acedfbb00e946f8
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2020-10-04T10:40:02+02:00
Commit Message:
AMIGAOS: Small adaptations
- Don't install the drawer icon (leave it to the user)
- Remove the batch files as the depend on either a different platform or not available third-party apps
Changed paths:
Makefile
diff --git a/Makefile b/Makefile
index 0e27ffe1a..7d8998030 100644
--- a/Makefile
+++ b/Makefile
@@ -241,10 +241,7 @@ amigaosdist: all
cp $(srcdir)/gui/media/tile.gif $(AMIGAOSPATH)/media/
# Install icons
cp ${srcdir}/gui/media/scummvm-tools.info $(AMIGAOSPATH)/scummvm-tools-cli.info
- cp ${srcdir}/gui/media/scummvm-tools_drawer.info $(AMIGAOSPATH).info
- # Install encoder batch files
- cp $(srcdir)/convert_dxa.bat $(AMIGAOSPATH)/convert_dxa.bat
- cp $(srcdir)/convert_dxa.sh $(AMIGAOSPATH)/convert_dxa.sh
+ cp ${srcdir}/gui/media/scummvm-tools_drawer.info $(AMIGAOSPATH)/media/
# Install tools
$(STRIP) construct_mohawk$(EXEEXT) -o $(AMIGAOSPATH)/construct_mohawk$(EXEEXT)
ifeq "$(USE_FREETYPE2)" "1"
More information about the Scummvm-git-logs
mailing list