[Scummvm-git-logs] scummvm master -> dba8aa642dd5dcfd6169597ab40dafb5108333ae

ccawley2011 noreply at scummvm.org
Sun Jul 31 20:59:01 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:
dba8aa642d RISCOS: Add more space to Wimp slot when not using makerun


Commit: dba8aa642dd5dcfd6169597ab40dafb5108333ae
    https://github.com/scummvm/scummvm/commit/dba8aa642dd5dcfd6169597ab40dafb5108333ae
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-07-31T21:58:49+01:00

Commit Message:
RISCOS: Add more space to Wimp slot when not using makerun

We do the same as makerun: size of ELF + 32K

Changed paths:
    backends/platform/sdl/riscos/riscos.mk


diff --git a/backends/platform/sdl/riscos/riscos.mk b/backends/platform/sdl/riscos/riscos.mk
index aa97bd9e652..b9c8d340fe2 100644
--- a/backends/platform/sdl/riscos/riscos.mk
+++ b/backends/platform/sdl/riscos/riscos.mk
@@ -18,7 +18,7 @@ ifdef MAKERUN
 	$(MAKERUN) $(APP_NAME)/scummvm,ff8 ${srcdir}/dists/riscos/!Run,feb $(APP_NAME)/!Run,feb
 else
 	cp ${srcdir}/dists/riscos/!Run,feb $(APP_NAME)/!Run,feb
-	sed -i -e "s/WIMPSLOT/WimpSlot -min `du -k $(APP_NAME)/scummvm,ff8 | cut -f1`K/g" $(APP_NAME)/!Run,feb
+	sed -i -e "s/WIMPSLOT/WimpSlot -min $$(($$(du -k $(EXECUTABLE) | cut -f1) + 32))K/g" $(APP_NAME)/!Run,feb
 endif
 ifeq ($(APP_NAME),$(BASE_APP_NAME))
 	cp ${srcdir}/dists/riscos/!Boot,feb $(APP_NAME)/!Boot,feb




More information about the Scummvm-git-logs mailing list