WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).
[openssl.git] / util / pl / Mingw32f.pl
index d523d701533dee87cd99d8bd36a56ba83683757b..a53c537646cb2a9b8eade2bd6c4b9d7998cad9d6 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-# unix.pl - the standard unix makefile stuff.
+# Mingw32f.pl -- copy files; Mingw32.pl is needed to do the compiling. 
 #
 
 $o='\\';
@@ -14,7 +14,6 @@ if ($debug)
        { $cflags="-g2 -ggdb"; }
 else
        { $cflags="-O3 -fomit-frame-pointer"; }
-$dcflags='n'; # Make can't handle -DCFLAGS definition
 
 $obj='.o';
 $ofile='-o ';