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/common/NTMakefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/lib/ccapi/common/NTMakefile (limited to 'src/lib/ccapi/common/NTMakefile') diff --git a/src/lib/ccapi/common/NTMakefile b/src/lib/ccapi/common/NTMakefile deleted file mode 100644 index a43985af3..000000000 --- a/src/lib/ccapi/common/NTMakefile +++ /dev/null @@ -1,15 +0,0 @@ -!INCLUDE - -CFLAGS = -I../include $(cdebug) $(cflags) $(cvarsmt) - -CC_COMMON_OBJS = marshall.obj msg.obj generic_lists.obj - -CC_COMMON_LIB = cc_common.lib - -$(CC_COMMON_LIB): $(CC_COMMON_OBJS) - $(implib) /NOLOGO /OUT:$@ $** - -all: $(CC_COMMON_LIB) - -clean: - del *.obj *.lib -- cgit