diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:25 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:25 +0100 |
commit | 1628005298923ad15cc78dbad63669b701f5fd04 (patch) | |
tree | 497b0250f13c5b22f80dcba06886878394973372 /autodoc | |
parent | 0d2d8ba1a2f3fdab44b5f3e747152fce94679511 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/exes/adc_uni/makefile.mk | 4 |
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 |