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:
Le Philousophe 2022-07-15 11:32:10 +02:00 committed by Cameron Cawley
parent f85abaa739
commit dba8aa642d

View File

@ -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