svn rev #25254: trunk/src/windows/leashdll/

hartmans@MIT.EDU hartmans at MIT.EDU
Wed Sep 28 16:55:07 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25254
Commit By: hartmans
Log Message:
Disable AFS related code for now

Building with AFS is to be fixed later.

Signed-off-by: Alexey Melnikov <aamelnikov at gmail.com>


Changed Files:
U   trunk/src/windows/leashdll/Makefile.in
Modified: trunk/src/windows/leashdll/Makefile.in
===================================================================
--- trunk/src/windows/leashdll/Makefile.in	2011-09-28 20:55:02 UTC (rev 25253)
+++ trunk/src/windows/leashdll/Makefile.in	2011-09-28 20:55:06 UTC (rev 25254)
@@ -1,5 +1,8 @@
 BUILDTOP=..\..
 
+##FIX ME: Enable proper compilation with AFS
+NO_AFS=1
+
 !ifndef NO_AFS
 ###AFS_BASE=
 AFS_INCLUDES=-I$(AFS_BASE)\Include
@@ -60,6 +63,10 @@
 DEFINES = $(DEFINES) -DDBG
 !endif
 
+!ifdef NO_AFS
+DEFINES = $(DEFINES) -DNO_AFS
+!endif
+
 all-windows::
 all-windows:: $(OUTPRE)$(DLL_NAME).dll
 




More information about the cvs-krb5 mailing list