* version.rc: 1.3 (TEST) beta.
* README: Note on building ms2mit.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14372
dc483132-0cff-0310-8789-
dd5450dbe970
+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
@echo Making in windows\gina
cd ..\gina
$(MAKE) -$(MFLAGS)
+ @echo Making in windows\ms2mit
+ cd ..\ms2mit
+ $(MAKE) -$(MFLAGS)
cd ..
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 ..
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:
------------------------
/* 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"