From faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sat, 21 Oct 2006 20:20:30 +0000 Subject: 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 --- src/lib/ccapi/server/NTMakefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/lib/ccapi/server/NTMakefile (limited to 'src/lib/ccapi/server/NTMakefile') diff --git a/src/lib/ccapi/server/NTMakefile b/src/lib/ccapi/server/NTMakefile deleted file mode 100644 index 564097c534..0000000000 --- a/src/lib/ccapi/server/NTMakefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for the CCAPI Server Library - -!INCLUDE - -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 -- cgit