[opendemo-devel] zlib check-in
Status: Beta
Brought to you by:
girlich
From: Conor D. <co...@ma...> - 2002-01-12 08:05:30
|
Greetings, I added the zlib stuff to /src/q3a/opendemo/game/zlib and adjusted the project files and Makefiles accordingly. I also moved everything in /src/libs to /src/q3a/opendemo/game. I also added a q3asm wrapper shell script as /bin/q3a/q3asm.sh, because using q3asm directly from the Makefile (the win32 version at least) would not work. It would try to write to -o.qvm instead of qagame.qvm. I didn't change the makefile to use it, because maybe it is just my setup. I commited the changes in a rush, so there may be more bugs than before. It compiles at least. I've heard that the qvm chokes at run-time on fall-through switch/case statements (i.e. don't end with a break statement), but I haven't changed the zlib files to fix that. I noticed that the in-source copyrights were GPL, so I changed them to LGPL. I also added Uwe and Eugene to the copyrights on files that I knew they had changed (double-check me on them). -Conor |