mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
del instead of rm command
svn-id: r32853
This commit is contained in:
parent
e415a97fe5
commit
f530c36ad4
@ -607,7 +607,7 @@ sub BuildVariation()
|
||||
$UnlinkFile = $SDK_RootDirs{$SDK}."/epoc32/release/$TargetDir/urel/ScummVM.exe";
|
||||
if (-e $UnlinkFile) { unlink($UnlinkFile) or PrintErrorMessage("Removing $UnlinkFile"); }
|
||||
# remove all libs here, note they are in another dir!
|
||||
system("rm ".$SDK_RootDirs{$SDK}."/epoc32/release/$TargetName/urel/scummvm_*.lib");
|
||||
system("del ".$SDK_RootDirs{$SDK}."/epoc32/release/$TargetName/urel/scummvm_*.lib");
|
||||
|
||||
system("bldmake bldfiles 2> NUL > NUL");
|
||||
PrintErrorMessage("'bldmake bldfiles' exited with value " . ($? >> 8)) if ($? >> 8);
|
||||
|
Loading…
Reference in New Issue
Block a user