projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281959a
)
Define WINDOWS.
author
Bodo Möller
<bodo@openssl.org>
Thu, 20 Jan 2000 23:08:07 +0000
(23:08 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 20 Jan 2000 23:08:07 +0000
(23:08 +0000)
util/pl/Mingw32.pl
patch
|
blob
|
history
diff --git
a/util/pl/Mingw32.pl
b/util/pl/Mingw32.pl
index 84c2a22db30465b50d98cb729334d17f3d1c4e75..681a4552eaf6db3f9bfc213d88763e4188237f7b 100644
(file)
--- a/
util/pl/Mingw32.pl
+++ b/
util/pl/Mingw32.pl
@@
-19,7
+19,7
@@
$cc='gcc';
if ($debug)
{ $cflags="-g2 -ggdb"; }
else
- { $cflags="-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall"; }
+ { $cflags="-DL_ENDIAN -
DWINDOWS -
fomit-frame-pointer -O3 -m486 -Wall"; }
$obj='.o';
$ofile='-o ';