mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
RISCOS: Add more space to Wimp slot when not using makerun
We do the same as makerun: size of ELF + 32K
This commit is contained in:
parent
f85abaa739
commit
dba8aa642d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user