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:
004c3ca
)
VC-32.pl: update from HEAD.
author
Andy Polyakov
<appro@openssl.org>
Mon, 27 Apr 2009 19:32:13 +0000
(19:32 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 27 Apr 2009 19:32:13 +0000
(19:32 +0000)
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index d16ec7877ab3b614fdd85ca82f4d28756299038b..676275df67d625df039ee08f0712b238bef78704 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-173,7
+173,7
@@
$shlib_ex_obj="";
$app_ex_obj="setargv.obj" if ($FLAVOR !~ /CE/);
if ($FLAVOR =~ /WIN64A/) {
if (`nasm -v` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) {
- $asm='nasm -f win64';
+ $asm='nasm -f win64
-DNEAR -Ox
';
$asm.=' -g' if $debug;
$afile='-o ';
} else {