diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2000-12-11 11:58:44 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2000-12-11 11:58:44 +0000 |
commit | a068ad5f8a628a650e29413cb235402049b13e2d (patch) | |
tree | be74e979f66aad35d15581a32d1396f8c661625e /tools | |
parent | 0591250cb37f7592b50ea4f2a0724d9fdc99f02e (diff) |
Fixes for static link of stl
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/bootstrp/makefile.mk b/tools/bootstrp/makefile.mk index f49b01b11bd2..cf822bc3dcd3 100644 --- a/tools/bootstrp/makefile.mk +++ b/tools/bootstrp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:02:59 $ +# last change: $Author: nf $ $Date: 2000-12-11 12:58:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,6 +65,8 @@ PRJ=.. PRJNAME=tools TARGET=bootstrp TARGETTYPE=CUI +NO_DEFAULT_STL=TRUE + # --- Settings ----------------------------------------------------- .INCLUDE : svpre.mk |