1 --- openssl.org/util/pl/VC-32.pl 2014-05-18 23:41:39.336594400 +0200
2 +++ openssl/util/pl/VC-32.pl 2014-05-18 23:47:40.055279300 +0200
4 my $f = $shlib || $fips ?' /MD':' /MT';
6 $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG';
7 - $lflags="/nologo /subsystem:console /opt:ref";
8 + $lflags="/nologo /subsystem:console,5.02 /opt:ref";
10 *::perlasm_compile_target = sub {
11 my ($target,$source,$bname)=@_;
14 $opt_cflags=$f.' -Ox -O2 -Ob2';
15 $dbg_cflags=$f.'d -Od -DDEBUG -D_DEBUG';
16 - $lflags="/nologo /subsystem:console /opt:ref";
17 + $lflags="/nologo /subsystem:console,5.01 /opt:ref";
19 $lib_cflag='-Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib