From bf1ff890da798f641ff0261a3774b11a63fdc01c Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Fri, 7 Feb 1997 13:56:51 +0000 Subject: [PATCH] windows.in: compile win16 apps with /GA to generate the appropriate prolog code for protected-mode. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9814 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 5 +++++ src/config/windows.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 71b60e9b1..7d32c7db9 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 7 08:44:32 1997 Richard Basch + + * windows.in: Compile win16 non-DLL objects with /GA to add the + appropriate Windows prolog code for protected-mode + Tue Feb 4 15:56:41 1997 Richard Basch * windows.in: Do not bother to define INTERFACE or INTERFACE_C diff --git a/src/config/windows.in b/src/config/windows.in index 360e64c59..6252d709e 100644 --- a/src/config/windows.in +++ b/src/config/windows.in @@ -35,7 +35,7 @@ CL= # # CCOPTS for non-DLL compiles # -##WIN16##CCOPTS2=/AL /Zp /G2s /Os /Zi /Od /W3 $(XTRA) +##WIN16##CCOPTS2=/AL /Zp /GA /G2s /Os /Zi /Od /W3 $(XTRA) ##WIN32##CCOPTS2=/Os /Zi /Od /W3 $(XTRA) CPPFLAGS = -I$(SRCTOP)\include -I$(SRCTOP)\include\krb5 -DLEHMAN DEFS = $(CPPFLAGS) -- 2.26.2