mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Define WINDOWS.
This commit is contained in:
parent
281959aa61
commit
97c1f605f4
@ -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 ';
|
||||||
|
Loading…
Reference in New Issue
Block a user