summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/symbian/group/ABLD.BAT
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2013-04-19 06:50:07 +0000
committerNanang Izzuddin <nanang@teluu.com>2013-04-19 06:50:07 +0000
commitc0636584277d0a2c7be6f21faef79c9e1ca77bc3 (patch)
treeca9e8746cfbe5121308ca01e0ad230be6ffe772a /pjsip-apps/src/pjsua/symbian/group/ABLD.BAT
parent5df88d5670b8860937acf820ec4483bf24def352 (diff)
Re #1655: Initial implementation of pjsua CLI app for Symbian.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4477 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/pjsua/symbian/group/ABLD.BAT')
-rw-r--r--pjsip-apps/src/pjsua/symbian/group/ABLD.BAT15
1 files changed, 15 insertions, 0 deletions
diff --git a/pjsip-apps/src/pjsua/symbian/group/ABLD.BAT b/pjsip-apps/src/pjsua/symbian/group/ABLD.BAT
new file mode 100644
index 00000000..70c8b685
--- /dev/null
+++ b/pjsip-apps/src/pjsua/symbian/group/ABLD.BAT
@@ -0,0 +1,15 @@
+@ECHO OFF
+
+REM Bldmake-generated batch file - ABLD.BAT
+REM ** DO NOT EDIT **
+
+perl -S ABLD.PL "\Users\Teluu\pjsip\trunk\pjsip-apps\src\pjsua\symbian\group\\" %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