diff options
author | Tim Angus <tim@ngus.net> | 2004-02-07 19:33:00 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-02-07 19:33:00 +0000 |
commit | 062269e2abb237a37d9a33a6de46974a599408b4 (patch) | |
tree | 134243f756ad60f2ca8dcf6c898411946ef1f9a3 /Makefile | |
parent | b3b15cc492b10515706085ae5199713535c1624b (diff) |
* Fixed a wall walking bug (DEAR GOD WHEN WILL IT END)
* Shadow is now rendered on walls as well as the ground
* Buildables are now vulnerable in the prebuild stage
* Alien buildables take longer to build
* A bunch of other stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ LIBEXT=a SHLIBEXT=so SHLIBCFLAGS=-fPIC -SHLIBLDFLAGS=-shared +SHLIBLDFLAGS=-fPIC -shared ARFLAGS=ar rv RANLIB=ranlib |