[Scummvm-cvs-logs] scummvm master -> 72f072c2d3e3c22432ee85a131198c0c06779d7c

bgK bastien.bouclet at gmail.com
Sat Sep 24 10:19:55 CEST 2011


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:
72f072c2d3 PS3: Add a target to push ScummVM to the PS3 over the network using ps3load.


Commit: 72f072c2d3e3c22432ee85a131198c0c06779d7c
    https://github.com/scummvm/scummvm/commit/72f072c2d3e3c22432ee85a131198c0c06779d7c
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2011-09-24T01:14:09-07:00

Commit Message:
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

Changed paths:
    ports.mk



diff --git a/ports.mk b/ports.mk
index de501c4..0031156 100644
--- a/ports.mk
+++ b/ports.mk
@@ -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






More information about the Scummvm-git-logs mailing list