changeset 289:fdf50bded850

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 17 Mar 2002 19:57:18 +0000
parents 259daddc2d6b
children 1e1724673420
files CHANGELOG
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sat Mar 16 08:48:00 2002 +0000
+++ b/CHANGELOG	Sun Mar 17 19:57:18 2002 +0000
@@ -2,7 +2,10 @@
  * CHANGELOG.
  */
 
-03162002 - Tied the PhysicsFS code into the build system.
+03172002 - Removed an unneeded #include in mpglib that broke build on BeOS.
+           mpglib seems to work find on BeOS.
+03162002 - Tied the PhysicsFS code into the build system (code disabled if
+           physfs not found or --disable-physfs passed to ./configure.)
 03152002 - Added PhysicsFS support to playsound, so you can play sound files
            that are in ZIP files without unzipping them. Needs to be merged
            into build system (I was just testing my PhysFS->RWops glue code).