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

Up upx (3.95)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 06 18:50:19 2018 +0200 (2018-10-06)
parents e428345df29a
children 77cbb661144f
line diff
     1.1 --- a/linld/stuff/src/!COMPILE.BAT	Thu Dec 22 21:06:17 2016 +0100
     1.2 +++ b/linld/stuff/src/!COMPILE.BAT	Sat Oct 06 18:50:19 2018 +0200
     1.3 @@ -3,17 +3,6 @@
     1.4  tasm /h > helptasm.log
     1.5  bcc > helpbcc.log
     1.6  tlink > helptlink.log
     1.7 -rem tasm /la /m *.asm > asm.log
     1.8 +bcc @bccopt.opt -S -mt -DLARGE_IMAGES *.cpp > cpp.log
     1.9  tasm /la /m /dLARGE_IMAGES *.asm > asm.log
    1.10 -rem @pause
    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 linld.asm
    1.16 -tasm /l /m iso9660.asm
    1.17 -rem bcc @bccopt.opt -c -mt *.cpp > cpp.log
    1.18 -bcc @bccopt.opt -c -mt -DLARGE_IMAGES *.cpp > cpp.log
    1.19 -rem @pause
    1.20  tlink /m /s /t @link.cmd > lnk.log
    1.21 -rem @pause