diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-22 09:20:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-22 09:20:06 +0000 |
commit | 8483c9385824f04dda90fd630fe3ec7ec00c59c1 (patch) | |
tree | 961b2d410c95fa04d74a81596d8c86122e2ba9f4 /soltools | |
parent | 669f40348bc1224ad2ad64dd6425b12632bb5167 (diff) |
#65293#: no stlport
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/ldump/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/soltools/ldump/makefile.mk b/soltools/ldump/makefile.mk index 745034edb16d..6aacc9cd9311 100644 --- a/soltools/ldump/makefile.mk +++ b/soltools/ldump/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $ +# last change: $Author: hr $ $Date: 2002-02-22 10:20:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,6 +65,7 @@ PRJ=.. PRJNAME=ldump TARGET=ldump TARGETTYPE=CUI +NO_DEFAULT_STL=TRUE # --- Settings ----------------------------------------------------- |