summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-01 23:59:07 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-01 23:59:07 +0000
commitc6ff241bf8f648285c38310f4686a325fe448d02 (patch)
treec2938d2889a3776be71553f8956b8a33ce3d37f6 /src
parenta4d3bb14e85abfb0ab99f43ac77369b3c0325279 (diff)
downloadkrb5-c6ff241bf8f648285c38310f4686a325fe448d02.tar.gz
krb5-c6ff241bf8f648285c38310f4686a325fe448d02.tar.xz
krb5-c6ff241bf8f648285c38310f4686a325fe448d02.zip
Changes for PC to reflect the flatter include hierarchy
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5051 dc483132-0cff-0310-8789-dd5450dbe970
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
#