mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 23:41:37 +02:00
* obsolete files
This commit is contained in:
parent
4fdb921d7b
commit
82501a4687
@ -1,4 +1,4 @@
|
||||
Unit bug0244;
|
||||
Unit tbs0244;
|
||||
|
||||
{test also with -So !!!}
|
||||
|
||||
|
@ -1,18 +0,0 @@
|
||||
@echo off
|
||||
rem
|
||||
rem Batch file to compile and run ts010014
|
||||
rem
|
||||
echo Compiling ts010014...
|
||||
ppc386 ts010014 >nul
|
||||
if errorlevel 1 goto comfailed
|
||||
echo compilation of ts010014 : PASSED
|
||||
ts010014 >nul
|
||||
if errorlevel 0 goto runpassed
|
||||
echo execution of ts010014 : FAILED
|
||||
goto end
|
||||
:runpassed
|
||||
echo execution of ts010014 : PASSED
|
||||
goto end
|
||||
:comfailed
|
||||
echo Compilation of ts010014 : FAILED
|
||||
:end
|
@ -1,18 +0,0 @@
|
||||
@echo off
|
||||
rem
|
||||
rem Batch file to compile and run ts010100
|
||||
rem
|
||||
echo Compiling ts010100...
|
||||
ppc386 ts010100 >nul
|
||||
if errorlevel 1 goto comfailed
|
||||
echo compilation of ts010100 : PASSED
|
||||
ts010100 >nul
|
||||
if errorlevel 0 goto runpassed
|
||||
echo execution of ts010100 : FAILED
|
||||
goto end
|
||||
:runpassed
|
||||
echo execution of ts010100 : PASSED
|
||||
goto end
|
||||
:comfailed
|
||||
echo Compilation of ts010100 : FAILED
|
||||
:end
|
Loading…
Reference in New Issue
Block a user