PS3: Add a target to push ScummVM to the PS3 over the network using ps3load.

ps3load now works on FW 3.55 using the lastest ps3toolchain
This commit is contained in:
Bastien Bouclet 2011-09-24 10:11:24 +02:00
parent b5ba7f0581
commit 72f072c2d3

View file

@ -256,5 +256,11 @@ endif
pkg.py --contentid UP0001-SCUM12000_00-0000000000000000 ps3pkg/ scummvm-ps3.pkg
package_finalize scummvm-ps3.pkg
ps3run: $(EXECUTABLE)
$(STRIP) $(EXECUTABLE)
sprxlinker $(EXECUTABLE)
make_self $(EXECUTABLE) $(EXECUTABLE).self
ps3load $(EXECUTABLE).self
# Mark special targets as phony
.PHONY: deb bundle osxsnap win32dist install uninstall ps3pkg