X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fsegm%2Fw.bat;h=977000af2b195168853746fa5a7d710733b8fa6f;hb=5affa9ada210944795d8a3b82f55f8cb1b36e74d;hp=257607cde205a82a427d6be87564573ace577f80;hpb=fa85d01ecbf4e2da3ac192e1a24fef61ef0cf105;p=16.git diff --git a/16/segm/w.bat b/16/segm/w.bat index 257607cd..977000af 100644 --- a/16/segm/w.bat +++ b/16/segm/w.bat @@ -1,21 +1,22 @@ -@echo off -echo ==This is the results of open watcom's base pointers== > wpee -echo These are the various memory models of the 8088 that are demonstrated here! >> wpee -echo ==tiny is not found so default== >> wpee -wcc -0 -mt pee.c -pee.exe >> wpee -echo ==small== >> wpee -wcc -0 -ms pee.c -pee.exe >> wpee -echo ==medium== >> wpee -wcc -0 -mm pee.c -pee.exe >> wpee -echo ==compact is what project 16 uses== >> wpee -wcc -0 -mc pee.c -pee.exe >> wpee -echo ==large== >> wpee -wcc -0 -ml pee.c -pee.exe >> wpee -echo ==HUGE GUTS!== >> wpee -wcl -0 -mh pee.c +@echo off +echo ==This is the results of open watcom's base pointers== > wpee +echo These are the various memory models of the 8088 that are demonstrated here! >> wpee +@del pee.obj +echo ==tiny is not found so default== >> wpee +wcl -l=dos -0 pee.c +pee.exe >> wpee +echo ==small== >> wpee +wcl -l=dos -0 -ms pee.c +pee.exe >> wpee +echo ==medium== >> wpee +wcl -l=dos -0 -mm pee.c +pee.exe >> wpee +echo ==compact is what project 16 uses== >> wpee +wcl -l=dos -0 -mc pee.c +pee.exe >> wpee +echo ==large== >> wpee +wcl -l=dos -0 -ml pee.c +pee.exe >> wpee +echo ==HUGE GUTS!== >> wpee +wcl -l=dos -0 -mh pee.c pee.exe >> wpee \ No newline at end of file