summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/symbian_ua_gui/group/ABLD.BAT
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/symbian_ua_gui/group/ABLD.BAT')
-rw-r--r--pjsip-apps/src/symbian_ua_gui/group/ABLD.BAT15
1 files changed, 0 insertions, 15 deletions
diff --git a/pjsip-apps/src/symbian_ua_gui/group/ABLD.BAT b/pjsip-apps/src/symbian_ua_gui/group/ABLD.BAT
deleted file mode 100644
index 8ccf2edf..00000000
--- a/pjsip-apps/src/symbian_ua_gui/group/ABLD.BAT
+++ /dev/null
@@ -1,15 +0,0 @@
-@ECHO OFF
-
-REM Bldmake-generated batch file - ABLD.BAT
-REM ** DO NOT EDIT **
-
-perl -S ABLD.PL "\project\pjproject-trunk\pjsip-apps\src\symbian_ua_gui\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