@REM ************************************************************************** @REM * BUILDRES.BAT - 11-11-96 cpb * @REM * This file is intended to simplify the development of BTL4 resources * @REM * on a Win95 system. It must be executed under MS-DOS (but NOT in a * @REM * "dos box": the current tools won't run at all under Win32)! * @REM * See the document "Modifying Resources" for more information. * @REM ************************************************************************** @ECHO ON cd models @echo Building avatar... > ..\result.txt ..\mechbld avatar.mch >> ..\result.txt @echo Building ava1... > ..\result.txt ..\mechbld ava1.mch >> ..\result.txt @echo Building blkhawk... >> ..\result.txt ..\mechbld blkhawk.mch >> ..\result.txt @echo Building bhk1... >> ..\result.txt ..\mechbld bhk1.mch >> ..\result.txt @echo Building loki... >> ..\result.txt ..\mechbld loki.mch >> ..\result.txt @echo Building Lok1... >> ..\result.txt ..\mechbld lok1.mch >> ..\result.txt @echo Building madcat... >> ..\result.txt ..\mechbld madcat.mch >> ..\result.txt @echo Building mad1... >> ..\result.txt ..\mechbld mad1.mch >> ..\result.txt @echo Building owens... >> ..\result.txt ..\mechbld owens.mch >> ..\result.txt @echo Building sunder... >> ..\result.txt ..\mechbld sunder.mch >> ..\result.txt @echo Building thor... >> ..\result.txt ..\mechbld thor.mch >> ..\result.txt @echo Building thr1... >> ..\result.txt ..\mechbld thr1.mch >> ..\result.txt @echo Building vulture... >> ..\result.txt ..\mechbld vulture.mch >> ..\result.txt @echo Building vul1... >> ..\result.txt ..\mechbld vul1.mch >> ..\result.txt cd .. btl4tool -b btl4.bld >> result.txt call arcbt f . >> result.txt