summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2001-06-12 06:55:46 +0000
committerArmin Theissen <armin@openoffice.org>2001-06-12 06:55:46 +0000
commitb86d561de7c288ae175fcbf3c4d5affa65e7102e (patch)
tree61aff7769404eb0f7af1754cee4a59dad1fe8674 /soltools
parent40c6727f9359ea1e09e34ccbfc97db91f4f14443 (diff)
nodep has to be set to true, otherwise windows build breaks
Diffstat (limited to 'soltools')
-rw-r--r--soltools/cpp/makefile.mk5
-rw-r--r--soltools/javadep/makefile.mk5
-rw-r--r--soltools/mkdepend/makefile.mk5
3 files changed, 9 insertions, 6 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk
index 6e98572cca90..441558d6c143 100644
--- a/soltools/cpp/makefile.mk
+++ b/soltools/cpp/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: mh $ $Date: 2001-06-07 09:44:08 $
+# last change: $Author: armin $ $Date: 2001-06-12 07:55:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,6 +66,7 @@ PRJNAME=soltools
TARGET=cpp
TARGETTYPE=CUI
NO_DEFAULT_STL=TRUE
+nodep=true
# --- Settings -----------------------------------------------------
diff --git a/soltools/javadep/makefile.mk b/soltools/javadep/makefile.mk
index 0f7be4719f4b..96ae10bf3a38 100644
--- a/soltools/javadep/makefile.mk
+++ b/soltools/javadep/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: nf $ $Date: 2001-04-23 11:19:16 $
+# last change: $Author: armin $ $Date: 2001-06-12 07:55:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,6 +67,7 @@ TARGET=javadep
TARGETTYPE=CUI
TARGETTHREAD=MT
NO_DEFAULT_STL=TRUE
+nodep=true
# --- Settings -----------------------------------------------------
diff --git a/soltools/mkdepend/makefile.mk b/soltools/mkdepend/makefile.mk
index 25ace974384f..4fa59e924863 100644
--- a/soltools/mkdepend/makefile.mk
+++ b/soltools/mkdepend/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: nf $ $Date: 2001-04-19 08:59:36 $
+# last change: $Author: armin $ $Date: 2001-06-12 07:54:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,6 +66,7 @@ PRJ=..
TARGETTYPE=CUI
LIBTARGET=NO
NO_DEFAULT_STL=TRUE
+nodep=true
.INCLUDE : settings.mk