From: sparky4 Date: Sat, 1 Aug 2015 00:13:28 +0000 (-0500) Subject: so many flags!! X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5affa9ada210944795d8a3b82f55f8cb1b36e74d;p=proj16%2F16.git so many flags!! deleted: DEBUG.16 deleted: MMDUMP.16 deleted: PROFILE.16 modified: makefile --- diff --git a/DEBUG.16 b/DEBUG.16 deleted file mode 100644 index c5222828..00000000 --- a/DEBUG.16 +++ /dev/null @@ -1,6 +0,0 @@ -Seg:0 Size:5623 Owner:0xcc80 -Seg:15f7 Size:256 Owner:0x5a06 -Seg:16f7 Size:273 Owner:0x92a8 -Seg:1c92 Size:17 Owner:0x5d5a -Seg:1e93 Size:49517 Owner:0x9bec -Seg:e000 Size:4294909951 Owner:0x468d diff --git a/MMDUMP.16 b/MMDUMP.16 deleted file mode 100644 index 4f7180f2..00000000 Binary files a/MMDUMP.16 and /dev/null differ diff --git a/PROFILE.16 b/PROFILE.16 deleted file mode 100644 index e69de29b..00000000 diff --git a/makefile b/makefile index 6842c148..9e645fc1 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,7 @@ SFLAGS=-sg -st -of+ -k32768#51200#49152#24576 DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1 $(SFLAGS) ZFLAGS=-zk0 -zq -zu# -zm# -zc# -zdp# -zp16 CFLAGS=-mc -lr -l=dos -wo -x -d2 -OFLAGS=-onatx -oh -oi -ei -zp8 -0 -fpi87#-oebrml -ol+ +OFLAGS=-onatx -oh -oi -ei -zp8 -0 -fpi87 -oebrml -ol+ FLAGS=$(OFLAGS) $(CFLAGS) $(DFLAGS) $(ZFLAGS) DOSLIBEXMMOBJ = himemsys.$(OBJ) emm.$(OBJ)