wok diff linld/stuff/src/!COMPILE.BAT @ rev 19905

Up backup-manager (0.7.13)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 10 09:25:19 2017 +0200 (2017-04-10)
parents 7f92b23984dc
children 623f02d7e6c8
line diff
     1.1 --- a/linld/stuff/src/!COMPILE.BAT	Fri Dec 02 12:37:59 2016 +0100
     1.2 +++ b/linld/stuff/src/!COMPILE.BAT	Mon Apr 10 09:25:19 2017 +0200
     1.3 @@ -3,14 +3,17 @@
     1.4  tasm /h > helptasm.log
     1.5  bcc > helpbcc.log
     1.6  tlink > helptlink.log
     1.7 -tasm /la /m *.asm > asm.log
     1.8 +rem tasm /la /m *.asm > asm.log
     1.9 +tasm /la /m /dLARGE_IMAGES *.asm > asm.log
    1.10  rem @pause
    1.11 -bcc @bccopt.opt -S -mt *.cpp
    1.12 +rem bcc @bccopt.opt -S -mt *.cpp
    1.13 +bcc @bccopt.opt -S -mt -DLARGE_IMAGES *.cpp
    1.14  tasm /l /m load.asm
    1.15  tasm /l /m himem.asm
    1.16  tasm /l /m linld.asm
    1.17  tasm /l /m iso9660.asm
    1.18 -bcc @bccopt.opt -c -mt *.cpp > cpp.log
    1.19 +rem bcc @bccopt.opt -c -mt *.cpp > cpp.log
    1.20 +bcc @bccopt.opt -c -mt -DLARGE_IMAGES *.cpp > cpp.log
    1.21  rem @pause
    1.22  tlink /m /s /t @link.cmd > lnk.log
    1.23  rem @pause