13 lines
337 B
Batchfile
13 lines
337 B
Batchfile
@echo off
|
|
del build32.err
|
|
make -fhbpplib.b32 > build32.err
|
|
make -fmakefile.b32 >> build32.err
|
|
make -fterminal.b32 >> build32.err
|
|
call bldgt32.bat >> build32.err
|
|
call bldhbpp.bat >> build32.err
|
|
call buildrdd.bat >> build32.err
|
|
cd tests\working
|
|
call bld32exe.bat ..\..\source\runner\runner runner >> build32.err
|
|
cd ..\..
|
|
edit build32.err
|