* config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
authorStu Grossman <grossman@cygnus>
Mon, 12 Aug 1996 03:53:54 +0000 (03:53 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 12 Aug 1996 03:53:54 +0000 (03:53 +0000)
with normal Windows compilation environment.

ChangeLog
config/mh-cygwin32

index b70f07b6e2f76aef7cb6d9f3a123ad4d5e13b364..d3c86dfc9e6eb9736e4eb31d4a722a8c3c4f3899 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * make-all.com: Run config-a-gas.
index 14a9f896e6583ee4a079551ea6dfc1f39784fd61..a0abb5efa33e94cd8e4f6e79ed9e00a26f47c751 100644 (file)
@@ -4,3 +4,5 @@ MAKEINFOFLAGS=--no-split
 
 # This does some sort of DOS specific installation, I guess.
 INSTALL_DOSREL=install-dosrel
+
+CFLAGS=-D_WIN32
This page took 0.030472 seconds and 4 git commands to generate.