bucanero / ps3iso-utils

Windows, Linux, and macOS builds of Estwald's PS3ISO utilities
http://www.bucanero.com.ar/
GNU General Public License v3.0
166 stars 12 forks source link

MakeIt.bat files question #2

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hey @bucanero, do you know if any of this tools require original PS3SDK or PSL1GHT to compile? Otherwise, I think setting the path to them might be unnecessary in the MakeIt.bat files, and might even lead to compilation problems.

I definitely know that makeps3iso does not require any additional SDK to compile; don't know about the others. If none of the other tools have that requirement, it might just be better to delete these bat files and just compile the tools by running make.

bucanero commented 3 years ago

No, none of these tools require a PS3 SDK (they're just PC tools that handle ISO files on a computer) I've seen those MakeIt.bat files in many ps3 projects by Hermes/Estwald, so I assume that he was just copying the .bats around when he worked in his homebrew projects.

Yes, I think it's alright to remove those files, they're only meant for Windows and even in that case, the user can build the binaries by running make. (I uploaded all the original files untouched, when I updated the sources to support macOS)