wok view linld/stuff/src/!COMPILE.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 7f92b23984dc
children 623f02d7e6c8
line source
1 path ..\BC31;%PATH%
2 call !clean.bat
3 tasm /h > helptasm.log
4 bcc > helpbcc.log
5 tlink > helptlink.log
6 rem tasm /la /m *.asm > asm.log
7 tasm /la /m /dLARGE_IMAGES *.asm > asm.log
8 rem @pause
9 rem bcc @bccopt.opt -S -mt *.cpp
10 bcc @bccopt.opt -S -mt -DLARGE_IMAGES *.cpp
11 tasm /l /m load.asm
12 tasm /l /m himem.asm
13 tasm /l /m linld.asm
14 tasm /l /m iso9660.asm
15 rem bcc @bccopt.opt -c -mt *.cpp > cpp.log
16 bcc @bccopt.opt -c -mt -DLARGE_IMAGES *.cpp > cpp.log
17 rem @pause
18 tlink /m /s /t @link.cmd > lnk.log
19 rem @pause