r29228 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r29227‎ | r29228 | r29229 >
Date:19:10, 3 January 2008
Author:brion
Status:old
Tags:
Comment:
default to linux command line... bleah, will have to improve this shitty makefile
Modified paths:
  • /trunk/extensions/normal/Makefile (modified) (history)

Diff [purge]

Index: trunk/extensions/normal/Makefile
@@ -8,10 +8,10 @@
99 CFLAGS?=-O2 -fPIC
1010
1111 # For Linux
12 -#SHARED = -shared
 12+SHARED = -shared
1313
1414 # For Mac OS X
15 -SHARED = -bundle -flat_namespace -undefined suppress
 15+#SHARED = -bundle -flat_namespace -undefined suppress
1616
1717 DEBFILES=\
1818 debian/changelog\

Status & tagging log