[hardware-device-themes] Add instructions and Makefile



commit b42227db6e5925f03d0b1008668e931e88225824
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Sep 7 16:22:02 2010 +0100

    Add instructions and Makefile

 ps3/.gitignore |   14 ++++++++++++++
 ps3/Makefile   |   13 +++++++++++++
 ps3/README     |   21 +++++++++++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/ps3/.gitignore b/ps3/.gitignore
new file mode 100644
index 0000000..4e9477c
--- /dev/null
+++ b/ps3/.gitignore
@@ -0,0 +1,14 @@
+GimConv
+GimConv/GimConv.cfg
+GimConv/GxoTool.dll
+GimConv/lib
+GimConv/lib/GimFormat.dll
+GimConv/lib/ExtendEdge.dll
+GimConv/lib/ImportDDS.dll
+GimConv/lib/ImpExpPNG.dll
+GimConv/lib/GimProc.dll
+GimConv/GimConv.exe
+p3tcompiler.exe
+msvcp71.dll
+tango/*.gim
+msvcr71.dll
diff --git a/ps3/Makefile b/ps3/Makefile
new file mode 100644
index 0000000..709c1d1
--- /dev/null
+++ b/ps3/Makefile
@@ -0,0 +1,13 @@
+all: theme
+
+theme: tango/tango.p3t
+
+tango/tango.p3t: p3tcompiler.exe gimconv msvcp71.dll msvcr71.dll
+	echo | wine p3tcompiler.exe tango/tango.xml
+
+gimconv: GimConv/GimConv.exe GimConv/GimConv.cfg GimConv/GxoTool.dll GimConv/lib/ExtendEdge.dll GimConv/lib/GimFormat.dll GimConv/lib/GimProc.dll GimConv/lib/ImpExpPNG.dll GimConv/lib/ImportDDS.dll
+
+clean:
+	rm -f tango/tango.p3t
+	rm -f tango/*.gim
+
diff --git a/ps3/README b/ps3/README
new file mode 100644
index 0000000..3e71113
--- /dev/null
+++ b/ps3/README
@@ -0,0 +1,21 @@
+Requirements
+------------
+
+- The theme builder tool from:
+http://us.playstation.com/support/manuals/ps3/ps3guides/index.htm
+- wine configured and working
+
+Instructions
+------------
+
+- Unpack the p3t compiler tool from Sony
+- Copy all the files contained there to this directory,
+  keeping the directory hierarchy so that p3tcompiler.exe
+  is at the same level as this README
+- Run "make"
+
+Using the generated theme
+-------------------------
+
+See the "How to download a theme using a computer" question on this page:
+http://us.playstation.com/support/answer/index.htm?a_id=436



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]