wok view linld/stuff/src/!COMPILE.BAT @ rev 19515

linld: multi initrd support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 22 21:19:01 2016 +0100 (2016-11-22)
parents
children 7f92b23984dc
line source
1 path ..\BC31;%PATH%
2 call !clean.bat
3 tasm > help.log
4 bcc > help2.log
5 tlink > help3.log
6 tasm /l /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