* config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible

with normal Windows compilation environment.
This commit is contained in:
Stu Grossman 1996-08-12 03:53:54 +00:00
parent 51da2b4a48
commit 215d6a41d0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sun Aug 11 20:51:50 1996 Stu Grossman (grossman@critters.cygnus.com)
* config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
with normal Windows compilation environment.
Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de> Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
* make-all.com: Run config-a-gas. * make-all.com: Run config-a-gas.

View File

@ -4,3 +4,5 @@ MAKEINFOFLAGS=--no-split
# This does some sort of DOS specific installation, I guess. # This does some sort of DOS specific installation, I guess.
INSTALL_DOSREL=install-dosrel INSTALL_DOSREL=install-dosrel
CFLAGS=-D_WIN32