ABLD.BAT
上传用户:snevogroup
上传日期:2008-06-06
资源大小:432k
文件大小:0k
源码类别:

Symbian

开发平台:

C/C++

  1. @ECHO OFF
  2. REM Bldmake-generated batch file - ABLD.BAT
  3. REM ** DO NOT EDIT **
  4. perl -S ABLD.PL PROJECTSTETRISGROUP %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. if errorlevel==1 goto CheckPerl
  6. goto End
  7. :CheckPerl
  8. perl -v >NUL
  9. if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
  10. goto End
  11. :End