Files
harbour-core/harbour/tests/bld_b32w.bat
1999-10-04 19:53:30 +00:00

9 lines
175 B
Batchfile

@echo off
rem
rem $Id$
rem
..\bin\harbour %1 /n /i..\include
bcc32 %1.c -e%1.exe -O2 -I..\include -L..\lib\b32 -tW harbour.lib termwin.lib hbpp.lib hbgt.lib rdd.lib
del %1.c