Define WINDOWS.

This commit is contained in:
Bodo Möller 2000-01-20 23:08:07 +00:00
parent 281959aa61
commit 97c1f605f4

View File

@ -19,7 +19,7 @@ $cc='gcc';
if ($debug) if ($debug)
{ $cflags="-g2 -ggdb"; } { $cflags="-g2 -ggdb"; }
else else
{ $cflags="-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall"; } { $cflags="-DL_ENDIAN -DWINDOWS -fomit-frame-pointer -O3 -m486 -Wall"; }
$obj='.o'; $obj='.o';
$ofile='-o '; $ofile='-o ';