[Scummvm-git-logs] scummvm master -> 8cd1f1413f67d9e896e1b12f7d0fa42d66c8d3cd

ccawley2011 noreply at scummvm.org
Thu Dec 22 19:37:12 UTC 2022


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:
8cd1f1413f DS: Fix building from a clean source directory


Commit: 8cd1f1413f67d9e896e1b12f7d0fa42d66c8d3cd
    https://github.com/scummvm/scummvm/commit/8cd1f1413f67d9e896e1b12f7d0fa42d66c8d3cd
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-12-22T19:36:56Z

Commit Message:
DS: Fix building from a clean source directory

Changed paths:
    backends/platform/ds/ds.mk


diff --git a/backends/platform/ds/ds.mk b/backends/platform/ds/ds.mk
index 2d5acd64c43..d618938d85f 100644
--- a/backends/platform/ds/ds.mk
+++ b/backends/platform/ds/ds.mk
@@ -58,6 +58,8 @@ vpath %.png $(srcdir)
 	$(QUIET)$(MKDIR) $(*D)
 	$(QUIET_GRIT)$(GRIT) $< -fts -o$*
 
+backends/platform/ds/ds-graphics.o: backends/platform/ds/gfx/banner.o
+
 
 # Command to build libmad is:
 # ./configure --host=arm-elf --enable-speed --enable-sso -enable-fpm=arm CFLAGS='-specs=ds_arm9.specs -mthumb-interwork'




More information about the Scummvm-git-logs mailing list