platforms/os/Symbian/WVSS/group/omap3430/abld.bat
author Brendan Donegan <brendand@symbian.org>
Wed, 21 Jul 2010 17:44:37 +0100
changeset 2 0bd0c2676e79
parent 0 10c42ec6c05f
permissions -rw-r--r--
Updated paths for PDK_3.0.0

@ECHO OFF

REM Bldmake-generated batch file - ABLD.BAT
REM ** DO NOT EDIT **

perl -S ABLD.PL "\PDD_WiLink6_1\WiLink\platforms\os\Symbian\WVSS\group\omap3430\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel==1 goto CheckPerl
goto End

:CheckPerl
perl -v >NUL
if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
goto End

:End