summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2004-02-07 19:33:00 +0000
committerTim Angus <tim@ngus.net>2004-02-07 19:33:00 +0000
commit062269e2abb237a37d9a33a6de46974a599408b4 (patch)
tree134243f756ad60f2ca8dcf6c898411946ef1f9a3 /Makefile
parentb3b15cc492b10515706085ae5199713535c1624b (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 184a27f9..97d17db2 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ LIBEXT=a
SHLIBEXT=so
SHLIBCFLAGS=-fPIC
-SHLIBLDFLAGS=-shared
+SHLIBLDFLAGS=-fPIC -shared
ARFLAGS=ar rv
RANLIB=ranlib