]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Wed, 6 Jul 2016 17:07:06 +0000 (12:07 -0500)
committersparky4 <sparky4@cock.li>
Wed, 6 Jul 2016 17:07:06 +0000 (12:07 -0500)
__wcl__.lnk
makefile
wlink32 [deleted file]

index e1808b79827494bf62792fd65c8099416441c265..b219fda221346ebe642696f61217e79f949d04fd 100755 (executable)
@@ -1,12 +1,19 @@
 debug dwarf lines
 option stack=32768
 system dos
-file exmmtest
+file exmmtest.o
 file 16_in.o
 file 16_mm.o
 file wcpu.o
 file 16_head.o
 file 16_ca.o
-file 16_hc.o
+file 16_dbg.o
 file kitten.o
+file 16_hc.o
+file 16_timer.o
 name exmmtest
+option map=exmmtest.mah
+library src/lib/doslib/hw/cpu/dos86h/cpu.lib
+library src/lib/doslib/hw/dos/dos86h/dos.lib
+library src/lib/doslib/hw/vga/dos86h/vga.lib
+library src/lib/doslib/hw/8250/dos86h/8250.lib
index 8c51ee9c07258c56c83ef09d9514a889828217ba..beaa0b73292d2c7682bf7999bc3a6a397cad9370 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -190,8 +190,8 @@ fmemtest.exe: fmemtest.$(OBJ) $(16LIB)
        wcl $(FLAGS) fmemtest.$(OBJ) $(16LIB) -fm=fmemtest.mah
 
 exmmtest.exe: exmmtest.$(OBJ) 16_in.$(OBJ) 16_mm.$(OBJ) wcpu.$(OBJ) 16_head.$(OBJ) 16_ca.$(OBJ) 16_hc.$(OBJ) kitten.$(OBJ)
-####++++       wcl $(FLAGS) exmmtest.$(OBJ) -fm=exmmtest.mah $(16LIB)
-       ./wlink32 @__wcl__.lnk
+       wcl $(FLAGS) exmmtest.$(OBJ) -fm=exmmtest.mah $(16LIB)
+####0000       ./wlink32 @__wcl__.lnk
 
 vgmtest.exe: vgmtest.$(OBJ) vgmsnd.lib $(16LIB)
        wcl $(FLAGS) vgmtest.$(OBJ) vgmsnd.lib -fm=vgmtest.mah $(16LIB)
diff --git a/wlink32 b/wlink32
deleted file mode 100755 (executable)
index 7915e55..0000000
Binary files a/wlink32 and /dev/null differ