diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-03-12 15:05:15 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-03-12 15:05:15 +0000 |
commit | 61b81ad4f3926975189b4340319cdf5c5fb18761 (patch) | |
tree | d24b456808d65cc17bc195d8c50a6901760b3a90 | |
parent | e5b2329213c48bb2fdefbffab6635a0bcc05f5fc (diff) |
added STL again, logmodule.cxx needs it
-rw-r--r-- | sal/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk index d150b35e0ab2..16a2582a9c46 100644 --- a/sal/util/makefile.mk +++ b/sal/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: mfe $ $Date: 2001-02-08 13:01:05 $ +# last change: $Author: jbu $ $Date: 2001-03-12 16:05:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,7 +67,7 @@ $(PRJPCH)= PRJNAME=sal TARGET=sal USE_LDUMP2=TRUE -NO_DEFAULT_STL=TRUE +# NO_DEFAULT_STL=TRUE .IF "$(GUI)"!="OS2" USE_DEFFILE=TRUE |