see changelog

This commit is contained in:
Eddie Runia
1999-07-20 14:00:06 +00:00
parent 8b7efedb8b
commit 8126743d2d

View File

@@ -0,0 +1,10 @@
@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