* Makefile.in: Build ms2mit.
authorDanilo Almeida <dalmeida@mit.edu>
Thu, 11 Apr 2002 03:05:30 +0000 (03:05 +0000)
committerDanilo Almeida <dalmeida@mit.edu>
Thu, 11 Apr 2002 03:05:30 +0000 (03:05 +0000)
* 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

src/windows/ChangeLog
src/windows/Makefile.in
src/windows/README
src/windows/version.rc

index bc6926a8878a69fec9af4775c98ac6d921659b71..5fa15b833ba7ac44dadbcc0c9736f37a4eb70b9a 100644 (file)
@@ -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
index 0cd8e91c56da1259ad7fc199721db758657d5a28..ebfc6e3a7ece25a4fb826055069f667e60b02fee 100644 (file)
@@ -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 ..
index 1bac4086cef5ee0e0ba2b0fe0fc3f95d7d32e76f..eb221bc9843b0074bcfac029e908aa77b982db56 100644 (file)
@@ -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:
 ------------------------
index ba5e1a1ff5a7afd591598e3047f5f8082de64974..4e8044405c630ced4a74eacd5a9ad76410b93c10 100644 (file)
@@ -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"