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

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (17 months ago)
parents bc4b94310a29
children
line source
1 path ..\BC31;..;%PATH%
2 call !clean.bat
3 tasm /h > helptasm.log
4 bcc > helpbcc.log
5 tlink > helptlink.log
6 bcc @bccopt.opt -S -mt *.cpp > cpp.log
7 ren LINLD.ASM LINLD.ASO
8 ren LOAD.ASM LOAD.ASO
9 ren HIMEM.ASM HIMEM.ASO
10 ren ISO9660.ASM ISO9660.ASO
11 mawk -f pipehole.awk LINLD.ASO > LINLD.ASM
12 mawk -f pipehole.awk LOAD.ASO > LOAD.ASM
13 mawk -f pipehole.awk HIMEM.ASO > HIMEM.ASM
14 mawk -f pipehole.awk ISO9660.ASO > ISO9660.ASM
15 mawk "{ if (/ptional/) hide=1; if (!hide) { sub(\"//\",\";\");sub(\"#define \",\"\");print $1 \"\t=\t1\t\t;\" $0} }" COMMON.H > COMMON.INC
16 tasm /la /m *.asm > asm.log
17 tlink /m /s /t @link.cmd > lnk.log