summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/ChangeLog6
-rw-r--r--src/windows/Makefile.in6
-rw-r--r--src/windows/README4
-rw-r--r--src/windows/version.rc4
4 files changed, 18 insertions, 2 deletions
diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog
index bc6926a887..5fa15b833b 100644
--- a/src/windows/ChangeLog
+++ b/src/windows/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-10 Danilo Almeida <dalmeida@mit.edu>
+
+ * Makefile.in: Build ms2mit.
+ * version.rc: 1.3 (TEST) beta.
+ * README: Note on building ms2mit.
+
2000-06-21 Danilo Almeida <dalmeida@mit.edu>
* README: Update documentation with DNS information. Fix up the
diff --git a/src/windows/Makefile.in b/src/windows/Makefile.in
index 0cd8e91c56..ebfc6e3a7e 100644
--- a/src/windows/Makefile.in
+++ b/src/windows/Makefile.in
@@ -20,6 +20,9 @@ all-windows::
@echo Making in windows\gina
cd ..\gina
$(MAKE) -$(MFLAGS)
+ @echo Making in windows\ms2mit
+ cd ..\ms2mit
+ $(MAKE) -$(MFLAGS)
cd ..
clean-windows::
@@ -38,4 +41,7 @@ clean-windows::
@echo Making clean in windows\gina
cd ..\gina
$(MAKE) -$(MFLAGS) clean
+ @echo Making clean in windows\ms2mit
+ cd ..\ms2mit
+ $(MAKE) -$(MFLAGS) clean
cd ..
diff --git a/src/windows/README b/src/windows/README
index 1bac4086ce..eb221bc984 100644
--- a/src/windows/README
+++ b/src/windows/README
@@ -30,6 +30,10 @@ library and DNS_LIB to library itself. The default is not to support
DNS because the build cannot know whether there is a DNS resolver
library around for it to use.
+Building ms2mit requires that you have a reasonably recent Microsoft
+Platform SDK installed. Anything starting at the Windows 2000 edition
+should be fine.
+
Traditional Build Method:
------------------------
diff --git a/src/windows/version.rc b/src/windows/version.rc
index ba5e1a1ff5..4e8044405c 100644
--- a/src/windows/version.rc
+++ b/src/windows/version.rc
@@ -23,8 +23,8 @@
/* we're going to stamp all the DLLs with the same version number */
-#define K5_PRODUCT_VERSION_STRING "1.2" BETA_STR "\0"
-#define K5_PRODUCT_VERSION 1, 2, 0, 0
+#define K5_PRODUCT_VERSION_STRING "1.3 (TEST)" BETA_STR "\0"
+#define K5_PRODUCT_VERSION 1, 3, 0, 0
#define K5_COPYRIGHT "Copyright (C) 1997-2000 by the Massachusetts Institute of Technology\0"
#define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"