2014-05-19 19:48:35 +02:00
|
|
|
--- openssl.org/util/pl/VC-32.pl 2014-05-18 23:41:39.336594400 +0200
|
|
|
|
+++ openssl/util/pl/VC-32.pl 2014-05-18 23:47:40.055279300 +0200
|
2015-04-07 11:51:50 +01:00
|
|
|
@@ -48,7 +48,7 @@
|
|
|
|
my $f = $shlib || $fips ?' /MD':' /MT';
|
2014-05-19 19:48:35 +02:00
|
|
|
$opt_cflags=$f.' /Ox';
|
|
|
|
$dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG';
|
|
|
|
- $lflags="/nologo /subsystem:console /opt:ref";
|
|
|
|
+ $lflags="/nologo /subsystem:console,5.02 /opt:ref";
|
|
|
|
|
|
|
|
*::perlasm_compile_target = sub {
|
|
|
|
my ($target,$source,$bname)=@_;
|
2015-04-07 11:51:50 +01:00
|
|
|
@@ -135,7 +135,7 @@
|
2014-05-19 19:48:35 +02:00
|
|
|
$ff = "/fixed";
|
|
|
|
$opt_cflags=$f.' -Ox -O2 -Ob2';
|
|
|
|
$dbg_cflags=$f.'d -Od -DDEBUG -D_DEBUG';
|
|
|
|
- $lflags="/nologo /subsystem:console /opt:ref";
|
|
|
|
+ $lflags="/nologo /subsystem:console,5.01 /opt:ref";
|
|
|
|
}
|
2015-04-07 11:51:50 +01:00
|
|
|
$lib_cflag='-Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib
|
2014-05-19 19:48:35 +02:00
|
|
|
$mlflags='';
|