[Scummvm-cvs-logs] SF.net SVN: scummvm: [32853] scummvm/trunk/backends/platform/symbian/ BuildPackageUpload_AllVersions.pl
anotherguest at users.sourceforge.net
anotherguest at users.sourceforge.net
Mon Jun 30 21:10:32 CEST 2008
Revision: 32853
http://scummvm.svn.sourceforge.net/scummvm/?rev=32853&view=rev
Author: anotherguest
Date: 2008-06-30 12:10:32 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
del instead of rm command
Modified Paths:
--------------
scummvm/trunk/backends/platform/symbian/BuildPackageUpload_AllVersions.pl
Modified: scummvm/trunk/backends/platform/symbian/BuildPackageUpload_AllVersions.pl
===================================================================
--- scummvm/trunk/backends/platform/symbian/BuildPackageUpload_AllVersions.pl 2008-06-30 18:15:34 UTC (rev 32852)
+++ scummvm/trunk/backends/platform/symbian/BuildPackageUpload_AllVersions.pl 2008-06-30 19:10:32 UTC (rev 32853)
@@ -607,7 +607,7 @@
$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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list