Files
harbour-core/harbour/bin/bld_b32.bat
2000-02-22 09:32:08 +00:00

9 lines
241 B
Batchfile

@echo off
rem
rem $Id$
rem
..\bin\harbour %1 %2 %3 /n /i..\include
bcc32 %1.c -e%1.exe -5 -O2 -I..\include -L..\lib\b32 common.lib dbfcdx.lib dbfntx.lib debug.lib harbour.lib pp.lib macro.lib runner.lib terminal.lib tools.lib
rem del %1.c