X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fs60%2FABLD.BAT;fp=platform%2Fs60%2FABLD.BAT;h=0000000000000000000000000000000000000000;hb=4a6a96035db9c20ae0c724955a001dbb990e5489;hp=60cb155679c5b390116a178b1ad76bba1336f13b;hpb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;p=picodrive.git diff --git a/platform/s60/ABLD.BAT b/platform/s60/ABLD.BAT deleted file mode 100644 index 60cb155..0000000 --- a/platform/s60/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 \PICODRIVE\S60\ %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