root/trunk/b.cmd

Revision 1, 142 bytes (checked in by jvw, 3 years ago)

Initial check-in for TxWin? version 1.02 sources

Line 
1@echo off
2if "%2" == "clean" goto clean
3@build %1 %2 %3 %4 %5 %6 %7 %8 | tee b.log
4goto end
5:clean
6@build %1 %2 %3 %4 %5 %6 %7 %8
7:end
Note: See TracBrowser for help on using the browser.