From: Richard Levitte Date: Fri, 16 Apr 2004 10:39:33 +0000 (+0000) Subject: Tests have shown that setargv.obj isn't really needed (at least as far X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0ad625606bd4f9f412b82af5fe84508013d1d75;p=openssl Tests have shown that setargv.obj isn't really needed (at least as far as we can tell). This is good, because it doesn't seem to exist on some newer Windows installations. --- diff --git a/util/pl/VC-16.pl b/util/pl/VC-16.pl index b821902071..af348fa134 100644 --- a/util/pl/VC-16.pl +++ b/util/pl/VC-16.pl @@ -61,7 +61,7 @@ if ($shlib) else { $mlflags=''; } -$app_ex_obj="setargv.obj"; +$app_ex_obj=""; $obj='.obj'; $ofile="/Fo"; diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index b5b66cc00f..85e3d8da50 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -47,7 +47,7 @@ $shlibp=($shlib)?".dll":".lib"; $lfile='/out:'; $shlib_ex_obj=""; -$app_ex_obj="setargv.obj"; +$app_ex_obj=""; if ($nasm) { $asm='nasmw -f win32'; $afile='-o '; diff --git a/util/pl/VC-CE.pl b/util/pl/VC-CE.pl index 1805ef9d97..062c6a4395 100644 --- a/util/pl/VC-CE.pl +++ b/util/pl/VC-CE.pl @@ -47,7 +47,7 @@ $shlibp=($shlib)?".dll":".lib"; $lfile='/out:'; $shlib_ex_obj=""; -#$app_ex_obj="setargv.obj"; +$app_ex_obj=""; $app_ex_obj=""; $bn_asm_obj='';