This commit is contained in:
Ryan C. Gordon 2005-03-13 09:16:26 +00:00
parent 93adbf1d88
commit 8786d07f5d
3 changed files with 9 additions and 4 deletions

View File

@ -3,7 +3,8 @@
*/
03122005 - Added evil GOTO_*_MACRO_* macros. Fixed unix.c to compile again on
MacOS X.
MacOS X. Added PHYSFS_mount() (thanks, Philip!). Cleaned up the
INSTALL and CREDITS files a little.
02152005 - Minor comment fix in platform/pocketpc.c
01052005 - Fixed HOG archiver file lookup (thanks, Chris!)
12162004 - Fixed some documentation/header comment typos (thanks, Gaetan!)

View File

@ -3,6 +3,7 @@ Unix support,
Win32 support,
BeOS support,
POSIX support,
MacOS support,
OS/2 support,
GRP archiver,
DIR archiver,
@ -70,6 +71,9 @@ MIX archiver,
Bug fixes:
Tolga Dalman
Initial PHYSFS_mount() work:
Philip D. Bober
Other stuff:
Your name here! Patches go to icculus@clutteredmind.org ...

View File

@ -38,7 +38,7 @@ BeOS:
Use the "Unix" instructions, above.
AtheOS:
AtheOS/Syllable:
Use the "Unix" instructions, above.
@ -59,7 +59,7 @@ If you're using Visual C++ 6 and want to generate a static LIB file, point
it at "physfs_static.dsp" in the root of the source tree and build. This
will produce a "physfs_static.lib" in either a "physfs_static_debug"
or a "physfs_static_release" directory, depending on what configuration
you chose to build. NOPE: "test_physfs.dsp" does not work with the
you chose to build. NOTE: "test_physfs.dsp" does not work with the
statically linked build.
Visual Studio.NET users should do the same thing, but use the "physfs.vcproj"
@ -114,7 +114,7 @@ EMX is installed correctly, unpack the source to PhysicsFS and run the script
file "makeos2.cmd". I know this isn't ideal, but I wanted to have this build
without users having to hunt down a "make" program (While several exist, EMX
doesn't come with one). If someone wants to hack some REXX to make this a bit
more piccky about recompiling, I'll accept the patch.
more picky about recompiling, I'll accept the patch.
If someone is willing to maintain prebuilt PhysicsFS Shared Libraries for
OS/2, I'd like to hear from you; send an email to icculus@clutteredmind.org.