Componentes.Terceros.jcl/official/1.104/source/fpctestunit.bat
2009-02-27 12:18:04 +00:00

15 lines
368 B
Batchfile

@echo Free Pascal Compiler test...
@echo For error messages, see fpctest.err.
@echo off
@if "%1"=="" goto usage
@if not exist %1. goto invpath
@del fpctest.err
@make file=%2 fpc=%1 -fMakefile.fpc
@type fpctest.err
@goto exit
:invpath
@echo invalid path "%1"
@goto exit
:usage
@echo usage: fpctest ^<path to fpc installation^> ^<unit to test^>
:exit