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

mate-control-center; update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 22 09:33:32 2017 +0100 (2017-02-22)
parents 7f92b23984dc
children 6f494adb2c71
line source
1 path ..\BC31;%PATH%
2 call !clean.bat
3 rem tasm /la /m /dNO386 *.asm > asm.log
4 tasm /la /m /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