X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Futil%2Fshbat%2FWBUILD.BAT;h=2d014318ec0b13538e07c897846a6bea1072a14f;hp=01bb9ef7bcae1222d4a9e0580259afbb4a857dfa;hb=033a884c3a161367f6820dbcc959111403ecd497;hpb=7d169eda895595c0bc90ec61a5935f642763c5f8 diff --git a/src/util/shbat/WBUILD.BAT b/src/util/shbat/WBUILD.BAT index 01bb9ef7..2d014318 100755 --- a/src/util/shbat/WBUILD.BAT +++ b/src/util/shbat/WBUILD.BAT @@ -1,7 +1,9 @@ @echo off -wmake -s -h clean -wmake -s -h -rem wmake -s -h comp -if exist *.err (wmake vomitchan) +set pee="-h" +rem -s" +wmake %pee clean +wmake %pee +rem wmake %pee comp +if exist *.err (wmake %pee vomitchan) rem if exist *.o (del *.o) rem if exist *.obj (del *.obj)