wok view linld/stuff/src/!COMPILEX.BAT @ rev 19546

linld/tazboot: default conf in tazboot.cmd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 06 18:49:44 2016 +0100 (2016-12-06)
parents bb42796dcd3b
children e428345df29a
line source
1 path ..\BC31;%PATH%
2 call !clean.bat
3 tasm /la /m /dNO386 *.asm > asm.log
4 rem @pause
5 bcc @bccopt.opt -S -mt *.cpp
6 tasm /l /m load.asm
7 tasm /l /m himem.asm
8 tasm /l /m tazboot.asm
9 tasm /l /m iso9660.asm
10 bcc @bccopt.opt -c -mt *.cpp > cpp.log
11 rem @pause
12 tlink /m /s /t @linkx.cmd > lnk.log
13 rem @pause