summaryrefslogtreecommitdiff
path: root/dmake/win95/microsft
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:24:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:24:12 +0000
commiteb35ffba54f7d9d9de5a95cb8af9ca44c05a0d51 (patch)
tree9a877303e2a6036bc1eacfa464adf2d4b38dd916 /dmake/win95/microsft
parent2202b0e1a4ad4159c5f29a312ffeb0110ed02931 (diff)
INTEGRATION: CWS dmake43p01 (1.6.2); FILE MERGED
2006/03/31 16:04:36 vq 1.6.2.3: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files. 2005/04/22 04:22:29 vq 1.6.2.2: Issue number: 47866 Submitted by: shay@openoffice.org, vq@openoffice.org Fix MSVC compiler warnings. 2005/04/22 01:04:36 vq 1.6.2.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends.
Diffstat (limited to 'dmake/win95/microsft')
-rw-r--r--dmake/win95/microsft/config.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/dmake/win95/microsft/config.h b/dmake/win95/microsft/config.h
index aad20ba8bf38..e574abaf76aa 100644
--- a/dmake/win95/microsft/config.h
+++ b/dmake/win95/microsft/config.h
@@ -1,6 +1,6 @@
/* $RCSfile: config.h,v $
--- $Revision: 1.6 $
--- last change: $Author: rt $ $Date: 2004-10-22 08:11:51 $
+-- $Revision: 1.7 $
+-- last change: $Author: hr $ $Date: 2006-04-20 12:24:12 $
--
-- SYNOPSIS
-- Configurarion include file.
@@ -38,7 +38,8 @@
/* Name and version number of this package */
#define PACKAGE "dmake"
-#define VERSION "4.3"
+#define VERSION "4.4"
+#define BUILDINFO "Windows / MS Visual C++"
#if defined (_MSC_VER)
# if _MSC_VER < 500
@@ -79,8 +80,10 @@
# define SIGQUIT SIGTERM
#endif
-/* MSC doesn't seem to care about CONST */
-#define CONST
+/* MSC didn't seem to care about CONST in the past */
+#ifndef CONST
+# define CONST
+#endif
/* MSC has sys/types.h and sys/stat.h (this is tested only with MSVC++ 6.0) */
#define HAVE_SYS_TYPES_H 1