summaryrefslogtreecommitdiffstats
path: root/src/lib/ccapi/server/NTMakefile
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-10-21 20:20:30 +0000
committerSam Hartman <hartmans@mit.edu>2006-10-21 20:20:30 +0000
commitfaa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd (patch)
tree314105a642beca7c1117bd24b069719e37ac3b35 /src/lib/ccapi/server/NTMakefile
parentc1c08a16cde35a876a8c7fd36470cc7a1f2536c3 (diff)
downloadkrb5-faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd.tar.gz
krb5-faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd.tar.xz
krb5-faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd.zip
Delete src/lib/ccapi.
The ccapi shipped in 1.6 will not be based off this code and will live in src/ccapi. It will be copied onto the trunk and branch when ready, but this code is being removed before the branch cut. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18731 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ccapi/server/NTMakefile')
-rw-r--r--src/lib/ccapi/server/NTMakefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/lib/ccapi/server/NTMakefile b/src/lib/ccapi/server/NTMakefile
deleted file mode 100644
index 564097c53..000000000
--- a/src/lib/ccapi/server/NTMakefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for the CCAPI Server Library
-
-!INCLUDE <WIN32.MAK>
-
-CFLAGS = -I../include $(cdebug) $(cflags) $(cvarsmt)
-
-CC_SERVER_OBJS = ccs_context.obj ccs_ccache.obj ccs_lists.obj rpc_auth.obj serv_ops.obj
-
-CC_SERVER_LIB = cc_server.lib
-
-CC_COMMON_LIB = ../common/cc_common.lib
-
-$(CC_SERVER_LIB): $(CC_SERVER_OBJS)
- $(implib) /NOLOGO /OUT:$@ $**
-
-all: $(CC_SERVER_LIB)
-
-clean:
- del *.obj *.lib
-
- \ No newline at end of file