summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-02-21 02:11:06 +0000
committerKeith Vetter <keithv@fusion.com>1995-02-21 02:11:06 +0000
commitaac4294b6a09d05e4c9a5b0e0de1929c45e30010 (patch)
treea5858b6a7507b55b8c475b28f240e302d1c9d2d8 /src/config
parent4605badb99eb04b7a43188f7f375563a1e4f1314 (diff)
downloadkrb5-aac4294b6a09d05e4c9a5b0e0de1929c45e30010.tar.gz
krb5-aac4294b6a09d05e4c9a5b0e0de1929c45e30010.tar.xz
krb5-aac4294b6a09d05e4c9a5b0e0de1929c45e30010.zip
Made the CRYPTO directories work on the PC by adding INTERFACE to all the
functions and prototypes, and updating the Makefile.in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4956 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ChangeLog4
-rw-r--r--src/config/windows.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index b0662ed7a..79406c93c 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,7 @@
+Mon Feb 20 15:48:16 1995 Keith Vetter (keithv@fusion.com)
+
+ * windows.in: changed API to INTERFACE
+
Mon Feb 6 19:33:57 1995 Keith Vetter (keithv@fusion.com)
* pre.in: Added macros for directory syntax, filename extensions
diff --git a/src/config/windows.in b/src/config/windows.in
index 959efa93a..505245902 100644
--- a/src/config/windows.in
+++ b/src/config/windows.in
@@ -14,8 +14,8 @@ srcdir = .
# /* The name of the C compiler for the target */
CC=cl /nologo
CL=
-CCOPTS=/ALw /Zpa /GD2s /Os /Zi /Od /W2
-CCOPTS2=/AL /Zpa /G2s /Os /Zi /Od /W2 -DAPI=
+CCOPTS=/ALw /Zpa /GD2s /Os /Zi /Od /W2 $(XTRA)
+CCOPTS2=/AL /Zpa /G2s /Os /Zi /Od /W2 -DINTERFACE= $(XTRA)
CPPFLAGS = -I$(SRCTOP)/include
DEFS = $(CPPFLAGS)
CFLAGS2 = $(CCOPTS2) $(DEFS)
@@ -42,6 +42,7 @@ CP=copy
MV=ren
LN=copy
LIB=lib
+AWK=rem
ARADD=rem
RANLIB=rem