windows.in: compile win16 apps with /GA to generate the appropriate
authorRichard Basch <probe@mit.edu>
Fri, 7 Feb 1997 13:56:51 +0000 (13:56 +0000)
committerRichard Basch <probe@mit.edu>
Fri, 7 Feb 1997 13:56:51 +0000 (13:56 +0000)
prolog code for protected-mode.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9814 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/windows.in

index 71b60e9b1a07363297a11b3276bd4dabf12772d5..7d32c7db9b52a44657d32964f1112f28c45d935f 100644 (file)
@@ -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
index 360e64c598c80790e4292021e2caf0061b03b243..6252d709ea59c38d006ea8be8a64ac37280e962f 100644 (file)
@@ -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)