From 062269e2abb237a37d9a33a6de46974a599408b4 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 7 Feb 2004 19:33:00 +0000 Subject: * 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit