[Scummvm-git-logs] scummvm master -> edaa04bdc89c583f0d0af120e103080a5ea92a67
ccawley2011
ccawley2011 at gmail.com
Sun Jul 11 22:36:26 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
edaa04bdc8 DS: Add a dsdist target
Commit: edaa04bdc89c583f0d0af120e103080a5ea92a67
https://github.com/scummvm/scummvm/commit/edaa04bdc89c583f0d0af120e103080a5ea92a67
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-07-11T23:36:11+01:00
Commit Message:
DS: Add a dsdist target
Changed paths:
backends/platform/ds/ds.mk
diff --git a/backends/platform/ds/ds.mk b/backends/platform/ds/ds.mk
index 04a63bb0b4..6082baa959 100644
--- a/backends/platform/ds/ds.mk
+++ b/backends/platform/ds/ds.mk
@@ -32,10 +32,15 @@ clean: dsclean
dsclean:
$(RM) scummvm.nds
$(RM_REC) romfs
+ $(RM_REC) dsdist
-.PHONY: dsclean
+dsdist: scummvm.nds $(DIST_FILES_DOCS)
+ rm -rf dsdist
+ mkdir -p dsdist
+ cp scummvm.nds dsdist/
+ cp $(DIST_FILES_DOCS) dsdist/
-# TODO: Add a 'dsdist' target ?
+.PHONY: dsclean dsdist
%.nds: %.elf romfs
ndstool -c $@ -9 $< -b $(srcdir)/backends/platform/ds/logo.bmp "$(@F);ScummVM $(VERSION);DS Port" -d romfs
More information about the Scummvm-git-logs
mailing list