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.
This commit is contained in:
Richard Levitte 2004-04-16 10:39:33 +00:00
parent 6bce1a8dca
commit f0ad625606
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ if ($shlib)
else
{ $mlflags=''; }
$app_ex_obj="setargv.obj";
$app_ex_obj="";
$obj='.obj';
$ofile="/Fo";

View 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 ';

View 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='';