summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-05-07 17:23:27 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-05-07 17:23:27 +0200
commitec331e1c244e72aad5917cfe07ba3ff84f2671b6 (patch)
tree8a399ae826951662856d6f0e973b7c807ed9c6ff /soltools
parent73c36a2ac1535ca8984165ce2719a6a22e036e9d (diff)
CWS gnumake2: dependencies for windows
Diffstat (limited to 'soltools')
-rw-r--r--soltools/mkdepend/def.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/soltools/mkdepend/def.h b/soltools/mkdepend/def.h
index 9da82495f024..eaa1f506e263 100644
--- a/soltools/mkdepend/def.h
+++ b/soltools/mkdepend/def.h
@@ -60,8 +60,9 @@ in this Software without prior written authorization from the X Consortium.
#endif
#define MAXDEFINES 512
-#define MAXFILES 2048 /* Increased from 512. -mcafee */
- /* Increased from 1024. -mh */
+#define MAXFILES 1<<16 /* Increased from 512. -mcafee */
+ /* Increased from 1024. -mh */
+ /* Increased from 2048. -b_michaelsen */
#define MAXDIRS 64
#define SYMHASHSEED 131 /* 131 1313 13131 ... */
#define SYMHASHMEMBERS 64 /* must be 2^x to work right */