From 443c70063da26998f40d7c4e8f5bcd5b4c2325d1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 2 Sep 2001 00:21:54 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 9207aeef..2702e48d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,6 +25,14 @@ and falls back to SearchPath() if there were problems. Changed an occurence of _MAX_PATH to MAX_PATH, so both CygWin and Visual C can handle it. +09012001 - Happy September. Moved the Visual C project files and the zlib + source to a separate download. Look for it at + http://icculus.org/physfs/downloads/physfs-win32-support.zip ... + Updated the INSTALL doc for Win32 building. Rewrote win32.c's + __PHYSFS_platformRealPath() to not rely on Visual C's runtime lib, + which was the last Cygwin incompatibility (although the Makefile + needs to be updated to build a DLL under Cygwin). Tinkered with the + Makefile a little, but it needs more work. --ryan. (icculus@clutteredmind.org)