Ryan C. Gordon 3f6c5e6348 Moved to actual zlib 1.2.3. 20 lat temu
..
English.lproj d43ca254c1 Last minute changes, fixes, and build system updates for 1.0. 22 lat temu
exports 10332f555c Updated pb projects from Eric Wing. 23 lat temu
physfs.pbproj 3f6c5e6348 Moved to actual zlib 1.2.3. 20 lat temu
pkg-support d43ca254c1 Last minute changes, fixes, and build system updates for 1.0. 22 lat temu
README.txt 83fde3e480 Upped version to 0.1.9. 22 lat temu
mkpbprojects.csh e324162b40 Added Apple Project Builder support files to CVS. 23 lat temu
uninstall.csh e324162b40 Added Apple Project Builder support files to CVS. 23 lat temu

README.txt

This is an unofficial OS X Project Builder environment to build a physfs Framework.


Built with:
physfs 0.1.9
Project Builder 2.0.1
OS X (10.2 Jaguar)

This project was created by brainlessly mimicking the SDL (Simple Direct Media
Layer) Project Builder projects. The scripts were also shamelessly taken from
SDL as well. There may be errors. Use at your own risk!

This project creates 2 installer packages:

- A physfs framework for development (for people who wish to link to physfs)

- A physfs framework for users (for users who run programs that used the above
package

This project also builds static libraries for physfs (to build physfs and physfsc) but
they are not installed anywhere. If you wish to use them, you will need to
copy them out of the build directory.

Eric Wing