Files
harbour-core/harbour/tests/working/hb.bat
1999-09-16 19:11:46 +00:00

14 lines
183 B
Batchfile

@echo off
rem
rem $Id$
rem
REM From .PRG to .C = Harbour
..\..\bin\harbour %1 /n /i..\..\include
if errorlevel 1 goto end
REM From .C to .EXE = BuildExe
call buildexe %1 %2
:end