diff options
| author | Richard Basch <probe@mit.edu> | 1997-02-07 13:56:51 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1997-02-07 13:56:51 +0000 |
| commit | bf1ff890da798f641ff0261a3774b11a63fdc01c (patch) | |
| tree | d94e260495aae39cc7eaa05412c9502b636d2a8b /src | |
| parent | 067bc3c815b0a870436fd3886d770cc66dea4abc (diff) | |
| download | krb5-bf1ff890da798f641ff0261a3774b11a63fdc01c.tar.gz krb5-bf1ff890da798f641ff0261a3774b11a63fdc01c.tar.xz krb5-bf1ff890da798f641ff0261a3774b11a63fdc01c.zip | |
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
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) |
