]> 4ch.mooo.com Git - 16.git/commitdiff
exmmtest.exe is simple to compile
authorsparky4 <sparky4@cock.li>
Fri, 1 Jul 2016 23:06:09 +0000 (18:06 -0500)
committersparky4 <sparky4@cock.li>
Fri, 1 Jul 2016 23:06:09 +0000 (18:06 -0500)
__wcl__.lnk
makefile

index 602fe72bebf02af0b66c71389ca4a9e6d7cca007..e1808b79827494bf62792fd65c8099416441c265 100755 (executable)
@@ -7,12 +7,6 @@ file 16_mm.o
 file wcpu.o
 file 16_head.o
 file 16_ca.o
-file 16_dbg.o
-file kitten.o
 file 16_hc.o
-file 16_timer.o
+file kitten.o
 name exmmtest
-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 e1ceee21cb02f177bc3e9a448353b9e4a9b08b60..8c51ee9c07258c56c83ef09d9514a889828217ba 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -189,7 +189,7 @@ maptest.exe: maptest.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIB) gfx.lib
 fmemtest.exe: fmemtest.$(OBJ) $(16LIB)
        wcl $(FLAGS) fmemtest.$(OBJ) $(16LIB) -fm=fmemtest.mah
 
-exmmtest.exe: exmmtest.$(OBJ) $(16LIB)
+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
 
@@ -273,8 +273,8 @@ inputest.$(OBJ): $(SRC)inputest.c
 tsthimem.$(OBJ): $(SRC)tsthimem.c
        wcl $(FLAGS) -c $(SRC)tsthimem.c
 
-exmmtest.$(OBJ): $(SRC)exmmtest.c $(16LIB)
-       wcl $(FLAGS) -c $(SRC)exmmtest.c $(16LIB)
+exmmtest.$(OBJ): $(SRC)exmmtest.c
+       wcl $(FLAGS) -c $(SRC)exmmtest.c 16_in.$(OBJ) 16_mm.$(OBJ) wcpu.$(OBJ) 16_head.$(OBJ) 16_ca.$(OBJ) 16_hc.$(OBJ) kitten.$(OBJ)
 
 vgmtest.$(OBJ): $(SRC)vgmtest.c
        wcl $(FLAGS) -c $(SRC)vgmtest.c