README.txt 816 B

12345678910111213141516171819202122232425
  1. This is an unofficial OS X Project Builder environment to build a physfs Framework.
  2. Built with:
  3. physfs 0.1.9
  4. Project Builder 2.0.1
  5. OS X (10.2 Jaguar)
  6. This project was created by brainlessly mimicking the SDL (Simple Direct Media
  7. Layer) Project Builder projects. The scripts were also shamelessly taken from
  8. SDL as well. There may be errors. Use at your own risk!
  9. This project creates 2 installer packages:
  10. - A physfs framework for development (for people who wish to link to physfs)
  11. - A physfs framework for users (for users who run programs that used the above
  12. package
  13. This project also builds static libraries for physfs (to build physfs and physfsc) but
  14. they are not installed anywhere. If you wish to use them, you will need to
  15. copy them out of the build directory.
  16. Eric Wing <ewing2121@yahoo.com>