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:
parent
6bce1a8dca
commit
f0ad625606
@ -61,7 +61,7 @@ if ($shlib)
|
||||
else
|
||||
{ $mlflags=''; }
|
||||
|
||||
$app_ex_obj="setargv.obj";
|
||||
$app_ex_obj="";
|
||||
|
||||
$obj='.obj';
|
||||
$ofile="/Fo";
|
||||
|
@ -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 ';
|
||||
|
@ -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='';
|
||||
|
Loading…
x
Reference in New Issue
Block a user