wok diff linld/stuff/src/!COMPILEX.BAT @ rev 19571
linld: large image support with VCPI
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 22 21:06:17 2016 +0100 (2016-12-22) |
parents | 7f92b23984dc |
children | 6f494adb2c71 |
line diff
1.1 --- a/linld/stuff/src/!COMPILEX.BAT Fri Dec 02 12:37:59 2016 +0100 1.2 +++ b/linld/stuff/src/!COMPILEX.BAT Thu Dec 22 21:06:17 2016 +0100 1.3 @@ -1,13 +1,16 @@ 1.4 path ..\BC31;%PATH% 1.5 call !clean.bat 1.6 -tasm /la /m /dNO386 *.asm > asm.log 1.7 +rem tasm /la /m /dNO386 *.asm > asm.log 1.8 +tasm /la /m /dNO386 /dLARGE_IMAGES *.asm > asm.log 1.9 rem @pause 1.10 -bcc @bccopt.opt -S -mt *.cpp 1.11 +rem bcc @bccopt.opt -S -mt *.cpp 1.12 +bcc @bccopt.opt -S -mt -DLARGE_IMAGES *.cpp 1.13 tasm /l /m load.asm 1.14 tasm /l /m himem.asm 1.15 tasm /l /m tazboot.asm 1.16 tasm /l /m iso9660.asm 1.17 -bcc @bccopt.opt -c -mt *.cpp > cpp.log 1.18 +rem bcc @bccopt.opt -c -mt *.cpp > cpp.log 1.19 +bcc @bccopt.opt -c -mt -DLARGE_IMAGES *.cpp > cpp.log 1.20 rem @pause 1.21 tlink /m /s /t @linkx.cmd > lnk.log 1.22 rem @pause