mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-windows-aklog-64bit-20060625
Prepare makefile to link against kfw 64-bit libs when they are available. (cherry picked from commit 266c9339896d75ab36dc812f1e905d05be23e0fd)
This commit is contained in:
parent
a50e4972e5
commit
16bf3f719e
@ -31,12 +31,18 @@ EXELIBS = \
|
||||
$(DESTDIR)\lib\afsauthent.lib \
|
||||
$(DESTDIR)\lib\afs\afskauth.lib
|
||||
|
||||
!IF "$(CPU)" == "IA64" || "$(CPU)" == "AMD64" || "$(CPU)" == "ALPHA64"
|
||||
OTHERLIBS = \
|
||||
..\kfw\lib\i386\krbv4w32.lib \
|
||||
..\kfw\lib\i386\krb5_32.lib \
|
||||
..\kfw\lib\i386\comerr32.lib \
|
||||
..\kfw\lib\$(CPU)\krb5_64.lib \
|
||||
..\kfw\lib\$(CPU)\comerr64.lib \
|
||||
dnsapi.lib mpr.lib
|
||||
|
||||
!else
|
||||
OTHERLIBS = \
|
||||
..\kfw\lib\$(CPU)\krbv4w32.lib \
|
||||
..\kfw\lib\$(CPU)\krb5_32.lib \
|
||||
..\kfw\lib\$(CPU)\comerr32.lib \
|
||||
dnsapi.lib mpr.lib
|
||||
!endif
|
||||
afscflags = -I..\kfw\inc\krb5 -I..\kfw\inc\krb4 $(afscflags)
|
||||
|
||||
$(AKLOGOBJS): $$(@B).c
|
||||
|
Loading…
x
Reference in New Issue
Block a user