]> 4ch.mooo.com Git - 16.git/blobdiff - 16/segm/w.bat
so many flags!!
[16.git] / 16 / segm / w.bat
index 5225da1024620b12e4126a1aa2f6621e45944910..977000af2b195168853746fa5a7d710733b8fa6f 100644 (file)
@@ -3,20 +3,20 @@ 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\r
 @del pee.obj\r
 echo ==tiny is not found so default== >> wpee\r
-wcc -0 pee.c\r
+wcl -l=dos -0 pee.c\r
 pee.exe >> wpee\r
 echo ==small== >> wpee\r
-wcc -0 -ms pee.c\r
+wcl -l=dos -0 -ms pee.c\r
 pee.exe >> wpee\r
 echo ==medium== >> wpee\r
-wcc -0 -mm pee.c\r
+wcl -l=dos -0 -mm pee.c\r
 pee.exe >> wpee\r
 echo ==compact is what project 16 uses== >> wpee\r
-wcc -0 -mc pee.c\r
+wcl -l=dos -0 -mc pee.c\r
 pee.exe >> wpee\r
 echo ==large== >> wpee\r
-wcc -0 -ml pee.c\r
+wcl -l=dos -0 -ml pee.c\r
 pee.exe >> wpee\r
 echo ==HUGE GUTS!== >> wpee\r
-wcl -0 -mh pee.c\r
+wcl -l=dos -0 -mh pee.c\r
 pee.exe >> wpee
\ No newline at end of file