8 lines
137 B
Batchfile
8 lines
137 B
Batchfile
@echo off
|
|
|
|
REM From .PRG to .C = Harbour
|
|
..\..\bin\harbour %1.prg /n /i..\..\include
|
|
|
|
REM From .C to .EXE = BuildExe
|
|
call BLDVCEXE %1 %2
|