diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-06-05 08:29:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-06-05 08:29:21 +0000 |
commit | fa5d2e5643eed1c7f9f8f13ab02dfb0f004ffa3f (patch) | |
tree | 0565c97bfe37fe370fd4d611976d19709466685c /rdbmaker | |
parent | 46b5ff6602be6668222f565e7996deff0a59c51d (diff) |
#87576# don't link against STDLIBCPP
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/source/rdbmaker/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rdbmaker/source/rdbmaker/makefile.mk b/rdbmaker/source/rdbmaker/makefile.mk index 3fc15e4ff736..301740d9f671 100644 --- a/rdbmaker/source/rdbmaker/makefile.mk +++ b/rdbmaker/source/rdbmaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: dbo $ $Date: 2001-05-14 10:27:32 $ +# last change: $Author: rt $ $Date: 2001-06-05 09:29:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -115,8 +115,7 @@ APP1STDLIBS=\ $(SALHELPERLIB) \ $(REGLIB) \ $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(STDLIBCPP) + $(CPPUHELPERLIB) .IF "$(GUI)"=="WNT" APP1STDLIBS+= \ |