diff options
author | Ken Raeburn <raeburn@mit.edu> | 2007-10-10 17:54:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2007-10-10 17:54:49 +0000 |
commit | 6a44c444ce9bbc1083195915877c80a897300167 (patch) | |
tree | cfe659ad5b4442c7629347f7627b9718fbe7c0d8 /src | |
parent | 95aaf39578b162671f04f63542bb69d2b0e15be2 (diff) | |
download | krb5-6a44c444ce9bbc1083195915877c80a897300167.tar.gz krb5-6a44c444ce9bbc1083195915877c80a897300167.tar.xz krb5-6a44c444ce9bbc1083195915877c80a897300167.zip |
Run the script to verify all Windows-exported krb5 functions have the
right calling convention markers in the header files, on Windows.
Always, for lack of a separate "maintainer mode" like we have on UNIX.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20110 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/include/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in index 2a20d73831..4978985f0c 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -30,7 +30,7 @@ K5_ET_HEADERS = \ BUILT_HEADERS = osconf.h all-unix:: autoconf.h $(BUILT_HEADERS) -all-windows:: autoconf.h $(BUILT_HEADERS) +all-windows:: autoconf.h $(BUILT_HEADERS) verify-calling-conventions-krb5 all-unix:: @MAINT@ verify-calling-conventions-krb5 @@ -94,10 +94,14 @@ krb5.stamp: $(srcdir)/krb5/krb5.hin $(K5_ET_HEADERS) verify-calling-conventions-krb5: private-and-public-decls $(PERL) -w $(SRCTOP)/util/def-check.pl private-and-public-decls $(SRCTOP)/lib/krb5_32.def +##DOS##!if 0 HEADERS_TO_CHECK = krb5/krb5.h $(srcdir)/k5-int.h $(srcdir)/krb5/preauth_plugin.h private-and-public-decls: $(HEADERS_TO_CHECK) cat $(HEADERS_TO_CHECK) > $@ +##DOS##!endif +##DOS##private-and-public-decls: +##DOS## copy krb5\krb5.h+k5-int.h+krb5\preauth_plugin.h $@ # # Build the error table include files: |