idlehomescreen/group/ABLD.BAT
author jake
Tue, 13 Apr 2010 15:08:48 +0300
branchv5backport
changeset 32 91826b468eb8
parent 26 ac52b4d8c094
permissions -rw-r--r--
Many of the components were not compiling,because bld.inf had undefined flag #ifdef RD_CUSTOMIZABLE_AI. All the flags removed now. Components do not compile right away. E.g. many icons are missing and need to be copied from Symbian3. See example from MCSPlugin. Shortcut plugin does not need to be compiled as MCSPlugin replaces it.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
kashif.sayed
parents:
diff changeset
     1
@ECHO OFF
kashif.sayed
parents:
diff changeset
     2
kashif.sayed
parents:
diff changeset
     3
REM Bldmake-generated batch file - ABLD.BAT
kashif.sayed
parents:
diff changeset
     4
REM ** DO NOT EDIT **
kashif.sayed
parents:
diff changeset
     5
kashif.sayed
parents:
diff changeset
     6
perl -S ABLD.PL "\S60\devices\S60_5th_Edition_SDK_v1.0\homescreen\idlehomescreen\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
kashif.sayed
parents:
diff changeset
     7
if errorlevel==1 goto CheckPerl
kashif.sayed
parents:
diff changeset
     8
goto End
kashif.sayed
parents:
diff changeset
     9
kashif.sayed
parents:
diff changeset
    10
:CheckPerl
kashif.sayed
parents:
diff changeset
    11
perl -v >NUL
kashif.sayed
parents:
diff changeset
    12
if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
kashif.sayed
parents:
diff changeset
    13
goto End
kashif.sayed
parents:
diff changeset
    14
kashif.sayed
parents:
diff changeset
    15
:End