From: Mazet Laurent Date: Mon, 27 Nov 2023 06:37:11 +0000 (+0100) Subject: add make_package_npdrm X-Git-Url: https://secure.softndesign.org/git/?p=iso2ps2.git;a=commitdiff_plain;h=7b62e5c6692e8f33861278da40f33e79805d259b add make_package_npdrm --- 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 index 0000000..c94ce69 --- /dev/null +++ b/make_package_npdrm/Readme_make_package_npdrm_e.txt @@ -0,0 +1,45 @@ +[SCE CONFIDENTIAL DOCUMENT] +PLAYSTATION(R)3 Programmer Tool Runtime Library 230.005 + Copyright(C) 2008 Sony Computer Entertainment Inc. + All Rights Reserved. +====================================================================== +The bug in the make_package_npdrm command (cell/host-win32/bin/ +make_package_npdrm.exe) of the SDK230.001 package (PS3_SDK-230_001.zip) +has been fixed in this package. + +Please use this package by expanding it in an environment in which +the packages related to SDK230.001 are expanded. + +---------------------------------------------------------------------- +Contents of This Package +---------------------------------------------------------------------- +cell/ ++---host-win32 + +---bin + +---make_package_npdrm.exe + +---------------------------------------------------------------------- +Changes +---------------------------------------------------------------------- + +- The make_package_npdrm command may create a package that cannot + be installed. + This problem has been fixed. + +---------------------------------------------------------------------- +Permission and Restrictions on Use +---------------------------------------------------------------------- +The permission and restrictions on using this software conform to +the contract concluded between your company and our company (Sony +Computer Entertainment Inc). + +---------------------------------------------------------------------- +Note on Trademarks +---------------------------------------------------------------------- +"PLAYSTATION" is a registered trademark of Sony Computer Entertainment Inc. + +All other product and company names mentioned herein, with or without +the registered trademark symbol (R) or trademark symbol (TM), are +generally registered trademarks and/or trademarks of their respective +owners. + diff --git a/make_package_npdrm/make_package_npdrm b/make_package_npdrm/make_package_npdrm new file mode 100755 index 0000000..42a0e3f --- /dev/null +++ b/make_package_npdrm/make_package_npdrm @@ -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 index 0000000..5adcd96 Binary files /dev/null and b/make_package_npdrm/make_package_npdrm.exe differ