diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 5 | ||||
| -rw-r--r-- | src/config/windows.in | 2 |
2 files changed, 6 insertions, 1 deletions
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 <basch@lehman.com> + + * 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 <basch@lehman.com> * 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) |
