blob: 70c8b6853c197d161abd6f8a1af3a0fe249a21e1 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001@ECHO OFF
2
3REM Bldmake-generated batch file - ABLD.BAT
4REM ** DO NOT EDIT **
5
6perl -S ABLD.PL "\Users\Teluu\pjsip\trunk\pjsip-apps\src\pjsua\symbian\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