From: Jeffrey Altman Date: Tue, 30 Jan 2007 11:02:32 +0000 (+0000) Subject: KFW: 32-bit builds use the pismere krbv4w32.dll library X-Git-Tag: krb5-1.7-alpha1~1312 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76dda3ed3da237f3bba62ec63933aaed7a4ae80e;p=krb5.git KFW: 32-bit builds use the pismere krbv4w32.dll library Only the 32-bit builds should use the pismere krbv4w32.dll library. Pismere does not provide 64-bit support. ticket: new tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19122 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/krb524/Makefile.in b/src/krb524/Makefile.in index 7f729192c..c1c69ca12 100644 --- a/src/krb524/Makefile.in +++ b/src/krb524/Makefile.in @@ -30,11 +30,11 @@ DEFINES = -DUSE_MASTER -DKRB524_PRIVATE=1 PROG_LIBPATH=-L$(TOPLIBD) $(KRB4_LIBPATH) PROG_RPATH=$(KRB5_LIBDIR) -##WIN32##!ifdef USE_ALTERNATE_KRB4_INCLUDES +##WIN32##!if ("$(CPU)" == "i386") && defined(USE_ALTERNATE_KRB4_INCLUDES) ##WIN32##KRB4_INCLUDES=-I$(USE_ALTERNATE_KRB4_INCLUDES) ##WIN32##!endif -##WIN32##!ifdef USE_ALTERNATE_KRB4_LIB +##WIN32##!if ("$(CPU)" == "i386") && defined(USE_ALTERNATE_KRB4_LIB) ##WIN32##K4LIB=$(USE_ALTERNATE_KRB4_LIB) ##WIN32##!endif