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

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
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