diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-02-27 19:22:08 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-02-27 19:22:08 +0000 |
| commit | c53f7fd2ca7d605397091294683eaf63d6b922f2 (patch) | |
| tree | fab7fe52977a865d764581becde0e1e052742667 /src/krb524 | |
| parent | 3859c1100296dfba406107fcdf23fc30da385181 (diff) | |
| download | krb5-c53f7fd2ca7d605397091294683eaf63d6b922f2.tar.gz krb5-c53f7fd2ca7d605397091294683eaf63d6b922f2.tar.xz krb5-c53f7fd2ca7d605397091294683eaf63d6b922f2.zip | |
Qing Dong <dongq@mit.edu> provided a set of changes to allow
krb5 to build under the Microsoft Visual Studio 8 compiler
in 64-bit mode and produce file names that do not conflict
with the names produced by the 32-bit build. That patch
was modified to work on Unix and also include processor
dependent pre-processor definitions to remove warnings.
ticket: 3415
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17680 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/krb524')
| -rw-r--r-- | src/krb524/ChangeLog | 4 | ||||
| -rw-r--r-- | src/krb524/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog index 9bf6ff104b..58534ccec3 100644 --- a/src/krb524/ChangeLog +++ b/src/krb524/ChangeLog @@ -1,3 +1,7 @@ +2006-02-24 Jeffrey Altman <jaltman@mit.edu> + + * Makefile.in: support for 64-bit Windows builds + 2005-11-17 Ken Raeburn <raeburn@mit.edu> * krb524d.c: Include k5-int.h instead of krb5.h. diff --git a/src/krb524/Makefile.in b/src/krb524/Makefile.in index d7ecfa8108..f9b1b9691c 100644 --- a/src/krb524/Makefile.in +++ b/src/krb524/Makefile.in @@ -89,7 +89,7 @@ $(K524LIB): $(OUTPRE)krb524.$(OBJEXT) $(OUTPRE)libinit.$(OBJEXT) $(KLIB) $(CLIB) link $(DLL_LINKOPTS) -def:$(K524DEF) -out:$*.dll $** $(WINLIBS) $(OUTPRE)k524init.exe: $(OUTPRE)k524init.$(OBJEXT) $(KLIB) $(K4LIB) $(CLIB) $(BUILDTOP)\util\windows\$(OUTPRE)getopt.lib - link $(EXE_LINKOPTS) -out:$@ $** $(WINLIBS) + link $(EXE_LINKOPTS) -out:$@ $** $(WINLIBS) $(SCLIB) install-unix:: $(INSTALL_PROGRAM) krb524d $(DESTDIR)$(SERVER_BINDIR)/krb524d |
