- The naming of ZZRCC was incorrectly ZZRC. Corrected. - Max Scane has provided a small bug fix for CLRDIR. - Minor build updates for new HTalk utility.
15 lines
297 B
Batchfile
15 lines
297 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
:: call BuildDoc || exit /b
|
|
call BuildProp || exit /b
|
|
call BuildShared || exit /b
|
|
:: call BuildBP || exit /b
|
|
call BuildImages || exit /b
|
|
call BuildROM %* || exit /b
|
|
call BuildZRC || exit /b
|
|
call BuildZZRCC || exit /b
|
|
|
|
if "%1" == "dist" (
|
|
call Clean || exit /b
|
|
) |