From 5e6e9680bfe3f00a1116d08007ebc7744cdd94ae Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Thu, 11 Apr 2002 03:05:30 +0000 Subject: * Makefile.in: Build ms2mit. * 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 | 6 ++++++ src/windows/Makefile.in | 6 ++++++ src/windows/README | 4 ++++ src/windows/version.rc | 4 ++-- 4 files changed, 18 insertions(+), 2 deletions(-) (limited to 'src/windows') 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 + + * Makefile.in: Build ms2mit. + * version.rc: 1.3 (TEST) beta. + * README: Note on building ms2mit. + 2000-06-21 Danilo Almeida * 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" -- cgit