prolog code for protected-mode.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9814
dc483132-0cff-0310-8789-
dd5450dbe970
+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
#
# 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)