summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:25 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:25 +0100
commit1628005298923ad15cc78dbad63669b701f5fd04 (patch)
tree497b0250f13c5b22f80dcba06886878394973372 /autodoc
parent0d2d8ba1a2f3fdab44b5f3e747152fce94679511 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/exes/adc_uni/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/exes/adc_uni/makefile.mk b/autodoc/source/exes/adc_uni/makefile.mk
index 8baea0830233..bf959e72b0f1 100644
--- a/autodoc/source/exes/adc_uni/makefile.mk
+++ b/autodoc/source/exes/adc_uni/makefile.mk
@@ -76,11 +76,11 @@ APP1OBJS= $(OBJ)$/main.obj
APP1RPATH=SDK
.IF "$(GUI)"=="WNT"
-APP1STDLIBS= $(LIBSTLPORT) $(COSVLIB) $(UDMLIB)
+APP1STDLIBS= $(COSVLIB) $(UDMLIB)
.ELSE
.IF "$(OS)"=="MACOSX"
# See <http://porting.openoffice.org/servlets/ReadMsg?list=mac&msgNo=6911>:
-APP1STDLIBS= $(LIBSTLPORT) -Wl,-all_load -ludm -lcosv
+APP1STDLIBS= -Wl,-all_load -ludm -lcosv
.ELSE
APP1STDLIBS= -lcosv -ludm
.ENDIF