wok-next view linld/stuff/src/!COMPILEX.BAT @ rev 19538

linld: add 'linld <kernel> <cmdline>' syntax
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 12:37:59 2016 +0100 (2016-12-02)
parents bb42796dcd3b
children 9107c8697bd1
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