Tests have shown that setargv.obj isn't really needed (at least as far
authorRichard Levitte <levitte@openssl.org>
Fri, 16 Apr 2004 10:39:33 +0000 (10:39 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 16 Apr 2004 10:39:33 +0000 (10:39 +0000)
as we can tell).  This is good, because it doesn't seem to exist on
some newer Windows installations.

util/pl/VC-16.pl
util/pl/VC-32.pl
util/pl/VC-CE.pl

index b82190207188f628dc8ba9c7ecc523d14133ce94..af348fa134767ed01941416163a7f817e1094c8f 100644 (file)
@@ -61,7 +61,7 @@ if ($shlib)
 else
        { $mlflags=''; }
 
-$app_ex_obj="setargv.obj";
+$app_ex_obj="";
 
 $obj='.obj';
 $ofile="/Fo";
index b5b66cc00f14612ec710c109ab2661a47e33dc5f..85e3d8da505b1a883be812a73616fb34305b177f 100644 (file)
@@ -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 ';
index 1805ef9d976060bd6ec1622129321b3025b1bed2..062c6a439508eeb60acf49b3c57ca71691dd996f 100644 (file)
@@ -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='';