blob: 8ccf2edf2a7c710f2d8595bc0a58dd22d415076c [file] [log] [blame]
Nanang Izzuddindb59d9e2008-05-30 11:35:46 +00001@ECHO OFF
2
3REM Bldmake-generated batch file - ABLD.BAT
4REM ** DO NOT EDIT **
5
6perl -S ABLD.PL "\project\pjproject-trunk\pjsip-apps\src\symbian_ua_gui\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
7if errorlevel==1 goto CheckPerl
8goto End
9
10:CheckPerl
11perl -v >NUL
12if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
13goto End
14
15:End