OSDN Git Service

added vgmtest.exe to list but is not in all command wwww
authorsparky4 <sparky4@cock.li>
Fri, 11 Sep 2015 18:04:44 +0000 (13:04 -0500)
committersparky4 <sparky4@cock.li>
Fri, 11 Sep 2015 18:04:44 +0000 (13:04 -0500)
modified:   makefile

makefile

index 4fc5680..59abcd6 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -38,7 +38,7 @@ DOSLIBOBJ = adlib.$(OBJ) 8254.$(OBJ) 8259.$(OBJ) dos.$(OBJ) cpu.$(OBJ)
 16LIBOBJS = bakapee.$(OBJ) 16_in.$(OBJ) 16_mm.$(OBJ) wcpu.$(OBJ) 16_head.$(OBJ) scroll16.$(OBJ) 16_ca.$(OBJ) timer.$(OBJ) kitten.$(OBJ) 16_hc.$(OBJ) vgmSnd.$(OBJ)
 GFXLIBOBJS = modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ) 16text.$(OBJ)
 
-TESTEXEC =  exmmtest.exe test.exe pcxtest.exe test2.exe palettec.exe maptest.exe fmemtest.exe fonttest.exe fontgfx.exe tsthimem.exe inputest.exe scroll.exe
+TESTEXEC =  exmmtest.exe test.exe pcxtest.exe test2.exe palettec.exe maptest.exe fmemtest.exe fonttest.exe fontgfx.exe tsthimem.exe inputest.exe scroll.exe vgmsnd.exe
 #testemm.exe testemm0.exe fonttes0.exe miditest.exe sega.exe sountest.exe
 EXEC = 16.exe bakapi.exe $(TESTEXEC)
 
@@ -122,6 +122,9 @@ fmemtest.exe: fmemtest.$(OBJ) 16.lib
 exmmtest.exe: exmmtest.$(OBJ) 16.lib
        wcl $(FLAGS) exmmtest.$(OBJ) 16.lib -fm=exmmtest.maw
 
+vgmtest.exe: vgmtest.$(OBJ) 16.lib
+       wcl $(FLAGS) vgmtest.$(OBJ) 16.lib -fm=vgmtest.maw
+
 #
 #executable's objects
 #
@@ -188,6 +191,9 @@ tsthimem.$(OBJ): $(SRC)tsthimem.c
 exmmtest.$(OBJ): $(SRC)exmmtest.c
        wcl $(FLAGS) -c $(SRC)exmmtest.c
 
+vgmtest.$(OBJ): $(SRC)vgmtest.c
+       wcl $(FLAGS) -c $(SRC)vgmtest.c
+
 #
 #non executable objects libraries
 #