* longlog fixes

This commit is contained in:
pierre 1999-12-20 23:27:54 +00:00
parent bed6bb6b2a
commit dfd26db2da

View File

@ -8,8 +8,11 @@ echo Use "win95test win32" to run the test with ppwin32 (native win32 version)
echo or use "win95test" to run the test first with ppc386 and again with ppwin32
goto end
:go32v2test
set LONGLOG=1
ppc386 -l -iSO >longlog
set LONGLOG=go32v2.longlog
echo Test of FPC for > %LONGLOG%
ppc386 -l -iSO >> %LONGLOG%
echo Test of FPC for > log
ppc386 -l -iSO >> log
make clean
make alltbf
make tbs0to99
@ -27,13 +30,15 @@ make allwebtbsexec
make alltsexec
make alltestexec
cp log go32v2.log
cp longlog go32v2.longlog
if "%1"=="go32v2" goto end
:win32test
set LONGLOG=1
set LONGLOG=win32.longlog
set FPC=ppwin32
make clean
%FPC% -l -iSO > longlog
echo Test of FPC for > %LONGLOG%
%FPC% -l -iSO >> %LONGLOG%
echo Test of FPC for > log
ppc386 -l -iSO >> log
make alltbf
make tbs0to99
make tbs100to199
@ -50,5 +55,4 @@ make allwebtbsexec
make alltestexec
make alltsexec
cp log win32.log
cp longlog win32.longlog
:end