Changeset 15431 for S60/trunk/runATF.bat

Show
Ignore:
Timestamp:
07/14/06 13:07:14 (2 years ago)
Author:
brmorris
Message:

2006-07-11 brmorris <bradley.morrison@nokia.com>

Reviewed by zbujtas@gmail.com.


Fix for:
http://bugzilla.opendarwin.org/show_bug.cgi?id=9852


  • runATF.bat: Now supports SDK 3rd ed maintenance release.

Calls Epoc.exe directly

  • emu.bat: Calls Epoc.exe directly
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • S60/trunk/runATF.bat

    r14585 r15431  
    4848"HKEY_LOCAL_MACHINE/SOFTWARE/Symbian/Series 60/3rd Ed. SDK for Symbian OS/TargetDir" 
    4949  }; 
     50unless ( $sdkhome ) { 
     51        $sdkhome = 
     52          $Registry->{ 
     53        "HKEY_LOCAL_MACHINE/SOFTWARE/Symbian/Series 60/S60 3rd Edition SDK for Symbian OS, Maintenance Release/TargetDir" 
     54          }; 
     55} 
    5056-d $sdkhome 
    5157  or die "ERROR: cannot find 3rd Ed. SDK for Symbian OS installation\n"; 
     
    118124         
    119125        print "Starting emulator...\n"; 
    120         system '\\epoc32\\tools\\epoc'; 
     126        system '\\Epoc32\\Release\\Winscw\\Udeb\\Epoc.exe'; 
    121127         
    122128        while ( 1 ) {