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

Up zstd (1.3.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 06 15:17:20 2018 +0200 (2018-10-06)
parents e428345df29a
children 623f02d7e6c8
line source
1 path ..\BC31;%PATH%
2 call !clean.bat
3 rem tasm /la /m /dEXTRA /dNO386 *.asm > asm.log
4 tasm /la /m /dEXTRA /dNO386 /dLARGE_IMAGES *.asm > asm.log
5 rem @pause
6 rem bcc @bccopt.opt -S -mt *.cpp
7 bcc @bccopt.opt -S -mt -DLARGE_IMAGES *.cpp
8 tasm /l /m load.asm
9 tasm /l /m himem.asm
10 tasm /l /m tazboot.asm
11 tasm /l /m iso9660.asm
12 rem bcc @bccopt.opt -c -mt *.cpp > cpp.log
13 bcc @bccopt.opt -c -mt -DLARGE_IMAGES *.cpp > cpp.log
14 rem @pause
15 tlink /m /s /t @linkx.cmd > lnk.log
16 rem @pause