[Scummvm-git-logs] scummvm master -> 21725a30741ae2c82acd29db3300b9741d4a41f0
ccawley2011
noreply at scummvm.org
Wed Nov 29 09:55:00 UTC 2023
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:
21725a3074 OPENDINGUX: Fix creating RS90 bundles
Commit: 21725a30741ae2c82acd29db3300b9741d4a41f0
https://github.com/scummvm/scummvm/commit/21725a30741ae2c82acd29db3300b9741d4a41f0
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-11-29T09:54:54Z
Commit Message:
OPENDINGUX: Fix creating RS90 bundles
Changed paths:
backends/platform/sdl/opendingux/opendingux.mk
diff --git a/backends/platform/sdl/opendingux/opendingux.mk b/backends/platform/sdl/opendingux/opendingux.mk
index 0772e2090cd..01b9c279780 100644
--- a/backends/platform/sdl/opendingux/opendingux.mk
+++ b/backends/platform/sdl/opendingux/opendingux.mk
@@ -19,9 +19,6 @@ endif
ifdef DIST_FILES_ENGINEDATA
$(MKDIR) $(bundle)/engine-data
$(CP) $(DIST_FILES_ENGINEDATA) $(bundle)/engine-data/
-ifeq ($(OPENDINGUX_TARGET), rs90)
- $(CP) $(srcdir)/dists/opendingux/fonts.dat $(bundle)/engine-data/fonts.dat
-endif
endif
ifdef DIST_FILES_NETWORKING
$(CP) $(DIST_FILES_NETWORKING) $(bundle)/
More information about the Scummvm-git-logs
mailing list