summaryrefslogtreecommitdiffstats
path: root/src/lib/ccapi/client/NTMakefile
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2006-05-19 09:18:37 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2006-05-19 09:18:37 +0000
commit4e824737afa8bb05db07d92a04855149c2fba5d8 (patch)
tree025f1cdd0088dc8bbd896127c5082f401986dd8b /src/lib/ccapi/client/NTMakefile
parent563a5c0486cf1d45e10f66f509cdbfc96d31b964 (diff)
downloadkrb5-4e824737afa8bb05db07d92a04855149c2fba5d8.tar.gz
krb5-4e824737afa8bb05db07d92a04855149c2fba5d8.tar.xz
krb5-4e824737afa8bb05db07d92a04855149c2fba5d8.zip
Updates of portable CCAPI sources. All code compiles
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18022 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ccapi/client/NTMakefile')
-rw-r--r--src/lib/ccapi/client/NTMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ccapi/client/NTMakefile b/src/lib/ccapi/client/NTMakefile
index 09ef9df38b..57ff87416e 100644
--- a/src/lib/ccapi/client/NTMakefile
+++ b/src/lib/ccapi/client/NTMakefile
@@ -12,11 +12,11 @@ $(CCAPI_LIB): $(CCAPI_OBJS)
CCAPI_DLLFILE = krbcc32.dll
-
-
$(CCAPI_DLLFILE): $(CCAPI_LIB)
$(DLLGUILINK) -def:windows\krbcc32.def
$(DLLPREP)
+all: $(CCAPI_DLLFILE)
+
clean:
del *.obj *.lib