- Updated CHANGELOG

- Makefile.raw doesn't try to link every .o to GL on Linux anymore
- Fixed PhysicsFS ignorecase to not create a Doxygen mainpage


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@509 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-07-30 15:58:59 +00:00
parent 61fc63cf13
commit 83046470f2
3 changed files with 4 additions and 3 deletions

View File

@ -3,12 +3,13 @@ xxxx-xx-xx: Version 2.0.4
* Desktopmenu entry for Linux (AutoPackage/Debian package)
* Fix crash when using uppercase savegame names on Linux
* Several security fixes
* Other bug fixes
* Sound:
* Fixed music playlist loading and ogg music playback
* Graphics:
* 16bpp "supported" (basic playing possible, graphics glitches may occur, eg. missing progressbars)
* Build system:
* Makefile.raw system improved. Doesn't require a shell anymore.
* Makefile.raw system improved. Works without sh/MSys now.
2006-07-01: Version 2.0.3
* General:

View File

@ -1,7 +1,7 @@
/** \file ignorecase.h */
/**
* \mainpage PhysicsFS ignorecase
* PhysicsFS ignorecase
*
* This is an extension to PhysicsFS to let you handle files in a
* case-insensitive manner, regardless of what sort of filesystem or

View File

@ -56,7 +56,7 @@ LDFLAGS+=-lmingw32 -lglu32 -lopengl32 -lopenal32
else
DIRSEP=/
RMF=rm -f
CFLAGS+=-lGLU -lGL -lopenal
LDFLAGS+=-lGLU -lGL -lopenal
endif
ifeq ($(strip $(COMPILER)),g++)