summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog4
-rw-r--r--src/config/windows.in12
2 files changed, 11 insertions, 5 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 7867bf114..2f6aa026b 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 3 16:00:00 1995 Keith Vetter (keithv@fusion.com)
+
+ * windows.in: changed included directories to reflect MAC changes
+
Mon Feb 20 15:48:16 1995 Keith Vetter (keithv@fusion.com)
* windows.in: changed API to INTERFACE
diff --git a/src/config/windows.in b/src/config/windows.in
index 505245902..e101a3c9e 100644
--- a/src/config/windows.in
+++ b/src/config/windows.in
@@ -14,9 +14,9 @@ srcdir = .
# /* The name of the C compiler for the target */
CC=cl /nologo
CL=
-CCOPTS=/ALw /Zpa /GD2s /Os /Zi /Od /W2 $(XTRA)
-CCOPTS2=/AL /Zpa /G2s /Os /Zi /Od /W2 -DINTERFACE= $(XTRA)
-CPPFLAGS = -I$(SRCTOP)/include
+CCOPTS=/ALw /Zpa /GD2s /Os /Zi /Od /W3 $(XTRA)
+CCOPTS2=/AL /Zpa /G2s /Os /Zi /Od /W3 -DINTERFACE= -DINTERFACE_C= $(XTRA)
+CPPFLAGS = -I$(SRCTOP)/include -I$(SRCTOP)/include/krb5
DEFS = $(CPPFLAGS)
CFLAGS2 = $(CCOPTS2) $(DEFS)
@@ -41,7 +41,7 @@ RM=$(BUILDTOP)\config\rm.bat
CP=copy
MV=ren
LN=copy
-LIB=lib
+LIBCMD=lib
AWK=rem
ARADD=rem
@@ -57,7 +57,9 @@ MFLAGS=$(MAKEFLAGS)
.c.obj:
$(CC) $(CFLAGS) /c $*.c
!if defined(LIBNAME)
- $(LIB) /nologo $(LIBNAME) -+$@;
+!if "$(LIBCMD)"!="rem"
+ $(LIBCMD) /nologo $(LIBNAME) -+$@;
+!endif
!endif
#