initial import
[picodrive.git] / platform / s60 / S60V3 / ABLD.BAT
diff --git a/platform/s60/S60V3/ABLD.BAT b/platform/s60/S60V3/ABLD.BAT
new file mode 100644 (file)
index 0000000..f074c88
--- /dev/null
@@ -0,0 +1,15 @@
+@ECHO OFF\r
+\r
+REM Bldmake-generated batch file - ABLD.BAT\r
+REM ** DO NOT EDIT **\r
+\r
+perl -S ABLD.PL "\picodrive\s60\s60v3\\" %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+if errorlevel==1 goto CheckPerl\r
+goto End\r
+\r
+:CheckPerl\r
+perl -v >NUL\r
+if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?\r
+goto End\r
+\r
+:End\r