diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-05-22 17:12:49 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-05-22 17:12:49 +0000 |
| commit | ecf87aec8e5fde32f8f3e72849b434308900917d (patch) | |
| tree | 04f53bcd21124b4ef6e483e6a9eda1c6f1834458 /src/lib/ccapi/common/NTMakefile | |
| parent | 79cff381ad80f2c017268b6b9d01b828e7aafc34 (diff) | |
| download | krb5-ecf87aec8e5fde32f8f3e72849b434308900917d.tar.gz krb5-ecf87aec8e5fde32f8f3e72849b434308900917d.tar.xz krb5-ecf87aec8e5fde32f8f3e72849b434308900917d.zip | |
Source files containing common routines used by both
the client and the server.
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18027 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ccapi/common/NTMakefile')
| -rw-r--r-- | src/lib/ccapi/common/NTMakefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/ccapi/common/NTMakefile b/src/lib/ccapi/common/NTMakefile new file mode 100644 index 0000000000..d0d92fcbd6 --- /dev/null +++ b/src/lib/ccapi/common/NTMakefile @@ -0,0 +1,15 @@ +!INCLUDE <WIN32.MAK>
+
+CFLAGS = -I../include $(cdebug) $(cflags) $(cvarsdll)
+
+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
|
