Texture: got rid of the image resizing, since you can just pass null data to glTexIma...
[io/quag.git] / projects / symbian / ABLD.BAT
blobf67edd34d116273b40aeabfcb362c7c1fa3fe870
1 @ECHO OFF\r
2 \r
3 REM Bldmake-generated batch file - ABLD.BAT\r
4 REM ** DO NOT EDIT **\r
5 \r
6 perl -S ABLD.PL \PROJECTS\SYMBIAN\IO20020925\SYMBIAN\ %1 %2 %3 %4 %5 %6 %7 %8 %9\r
7 if errorlevel==1 goto CheckPerl\r
8 goto End\r
9 \r
10 :CheckPerl\r
11 perl -v >NUL\r
12 if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?\r
13 goto End\r
15 :End\r