Files
harbour-core/harbour/samples/hscript/hb32.bat
1999-10-04 18:54:11 +00:00

11 lines
168 B
Batchfile

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