add make_package_npdrm
authorMazet Laurent <mazet@softndesign.org>
Mon, 27 Nov 2023 06:37:11 +0000 (07:37 +0100)
committerMazet Laurent <mazet@softndesign.org>
Mon, 27 Nov 2023 06:37:11 +0000 (07:37 +0100)
make_package_npdrm/Readme_make_package_npdrm_e.txt [new file with mode: 0644]
make_package_npdrm/make_package_npdrm [new file with mode: 0755]
make_package_npdrm/make_package_npdrm.exe [new file with mode: 0755]

diff --git a/make_package_npdrm/Readme_make_package_npdrm_e.txt b/make_package_npdrm/Readme_make_package_npdrm_e.txt
new file mode 100644 (file)
index 0000000..c94ce69
--- /dev/null
@@ -0,0 +1,45 @@
+[SCE CONFIDENTIAL DOCUMENT]\r
+PLAYSTATION(R)3 Programmer Tool Runtime Library 230.005\r
+                    Copyright(C) 2008 Sony Computer Entertainment Inc.\r
+                                                   All Rights Reserved.\r
+======================================================================\r
+The bug in the make_package_npdrm command (cell/host-win32/bin/\r
+make_package_npdrm.exe) of the SDK230.001 package (PS3_SDK-230_001.zip) \r
+has been fixed in this package.\r
+\r
+Please use this package by expanding it in an environment in which \r
+the packages related to SDK230.001 are expanded. \r
+\r
+----------------------------------------------------------------------\r
+Contents of This Package\r
+----------------------------------------------------------------------\r
+cell/\r
++---host-win32\r
+     +---bin\r
+          +---make_package_npdrm.exe\r
+\r
+----------------------------------------------------------------------\r
+Changes\r
+----------------------------------------------------------------------\r
+<Bug fix>\r
+- The make_package_npdrm command may create a package that cannot \r
+  be installed. \r
+  This problem has been fixed.\r
+\r
+----------------------------------------------------------------------\r
+Permission and Restrictions on Use\r
+----------------------------------------------------------------------\r
+The permission and restrictions on using this software conform to \r
+the contract concluded between your company and our company (Sony \r
+Computer Entertainment Inc). \r
+\r
+----------------------------------------------------------------------\r
+Note on Trademarks\r
+----------------------------------------------------------------------\r
+"PLAYSTATION" is a registered trademark of Sony Computer Entertainment Inc.\r
+\r
+All other product and company names mentioned herein, with or without \r
+the registered trademark symbol (R) or trademark symbol (TM), are \r
+generally registered trademarks and/or trademarks of their respective \r
+owners. \r
+\r
diff --git a/make_package_npdrm/make_package_npdrm b/make_package_npdrm/make_package_npdrm
new file mode 100755 (executable)
index 0000000..42a0e3f
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+PWD=$(dirname $0)
+[ "$PWD" ] || PWD=.
+wine $PWD/$0.exe
diff --git a/make_package_npdrm/make_package_npdrm.exe b/make_package_npdrm/make_package_npdrm.exe
new file mode 100755 (executable)
index 0000000..5adcd96
Binary files /dev/null and b/make_package_npdrm/make_package_npdrm.exe differ