summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-04-16 10:39:33 +0000
committerRichard Levitte <levitte@openssl.org>2004-04-16 10:39:33 +0000
commitf0ad625606bd4f9f412b82af5fe84508013d1d75 (patch)
treed6ffd50a1179847576d8235a4b35f13e6e0caa8e
parent6bce1a8dca396fe1834365df0b235fa3af080392 (diff)
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.
-rw-r--r--util/pl/VC-16.pl2
-rw-r--r--util/pl/VC-32.pl2
-rw-r--r--util/pl/VC-CE.pl2
3 files changed, 3 insertions, 3 deletions
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='';