wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linld/stuff/src/!COMPILE.BAT	Tue Nov 22 21:19:01 2016 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +path ..\BC31;%PATH%
     1.5 +call !clean.bat
     1.6 +tasm > help.log
     1.7 +bcc > help2.log
     1.8 +tlink > help3.log
     1.9 +tasm /l /m *.asm > asm.log
    1.10 +rem @pause
    1.11 +bcc @bccopt.opt -S -mt *.cpp
    1.12 +tasm /l /m load.asm
    1.13 +tasm /l /m himem.asm
    1.14 +tasm /l /m linld.asm
    1.15 +tasm /l /m iso9660.asm
    1.16 +bcc @bccopt.opt -c -mt *.cpp > cpp.log
    1.17 +rem @pause
    1.18 +tlink /m /s /t @link.cmd > lnk.log
    1.19 +rem @pause