From 329208fb74a1972807e43f9d8eaf79f0983ada71 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 1 Jul 2016 18:06:09 -0500 Subject: [PATCH] exmmtest.exe is simple to compile --- __wcl__.lnk | 8 +------- makefile | 6 +++--- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/__wcl__.lnk b/__wcl__.lnk index 602fe72b..e1808b79 100755 --- a/__wcl__.lnk +++ b/__wcl__.lnk @@ -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 diff --git a/makefile b/makefile index e1ceee21..8c51ee9c 100755 --- 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 -- 2.39.2