diff options
author | David Tardon <dtardon@openoffice.org> | 2010-03-14 19:52:26 +0100 |
---|---|---|
committer | David Tardon <dtardon@openoffice.org> | 2010-03-14 19:52:26 +0100 |
commit | 70eb92ace08ef3ce055634b0491b741b8c3c3bd1 (patch) | |
tree | 0fdf8c235db6e13092066b803c5fbe80c3d82bb0 /xmloff/util | |
parent | 961241c20e8d6492b370963cfffd02c8b9f40107 (diff) |
dtardon01: #i37275# remove unused SHL5STDLIBS decl. that breaks build on win32
The rest of that library definition was removed by CWS sb25 five! years ago.
Diffstat (limited to 'xmloff/util')
-rw-r--r-- | xmloff/util/makefile.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk index df598371de11..0ffaefaf45a4 100644 --- a/xmloff/util/makefile.mk +++ b/xmloff/util/makefile.mk @@ -77,21 +77,6 @@ SHL1STDLIBS+=-licg617mxp SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1LIBS= $(LIB1TARGET) - -SHL5STDLIBS= \ - $(TOOLSLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) - -.IF "$(GUI)"=="UNX" || "$(COM)"=="GCC" - SHL5STDLIBS += -lxo$(DLLPOSTFIX) -.ELSE - SHL5STDLIBS += ixo.lib -.ENDIF - # --- Def-File --------------------------------------------------------- DEF1NAME =$(SHL1TARGET) |