wok view linld/stuff/src/!COMPILE.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 /h > helptasm.log
4 bcc > helpbcc.log
5 tlink > helptlink.log
6 tasm /la /m *.asm > asm.log
7 rem @pause
8 bcc @bccopt.opt -S -mt *.cpp
9 tasm /l /m load.asm
10 tasm /l /m himem.asm
11 tasm /l /m linld.asm
12 tasm /l /m iso9660.asm
13 bcc @bccopt.opt -c -mt *.cpp > cpp.log
14 rem @pause
15 tlink /m /s /t @link.cmd > lnk.log
16 rem @pause