warzone2100/lib
Dennis Schridde 9b0a31e9b2 Made Warzone compile using MSVC!
- Fixed several files for being C89 compatible, so MSVC compiles them. (No variable declarations after function calls allowed.)
- Added function definitions (lib/framework/win32fixes.h) for functions with different names under Win32/Linux. (Aiming at moving all platform specific defines into such headers. Everywhere included frame.h should make this easy.)
- Please take a look at lib/gamelib/audp_parser.y. I had to convert the lowercase token "text" to uppercase "TEXT", so it doesn't collide with msxml.h (mysteriously included by some windows headers).

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@433 4a71c877-e1ca-e34f-864e-861f7616d084
2006-06-03 23:46:03 +00:00
..
framework Made Warzone compile using MSVC! 2006-06-03 23:46:03 +00:00
gamelib Made Warzone compile using MSVC! 2006-06-03 23:46:03 +00:00
ivis02 Full pathname includes 2006-06-02 19:34:58 +00:00
ivis_common Made Warzone compile using MSVC! 2006-06-03 23:46:03 +00:00
ivis_opengl Full pathname includes 2006-06-02 19:34:58 +00:00
netplay Made Warzone compile using MSVC! 2006-06-03 23:46:03 +00:00
script Full pathname includes 2006-06-02 19:34:58 +00:00
sequence Full pathname includes 2006-06-02 19:34:58 +00:00
sound Full pathname includes 2006-06-02 19:34:58 +00:00
widget Made Warzone compile using MSVC! 2006-06-03 23:46:03 +00:00
Makefile.am Create final repository structure. 2007-06-28 17:47:08 +00:00
Makefile.raw Create final repository structure. 2007-06-28 17:47:08 +00:00