Files
harbour-core/harbour/build32.bat
1999-06-07 12:05:44 +00:00

10 lines
210 B
Batchfile

@echo off
del build32.err
make -fmakefile.b32 > build32.err
make -fterminal.b32 >> build32.err
call bldgt32.bat >> build32.err
cd tests\working
call bld32exe.bat runner >> build32.err
cd ..\..
edit build32.err