From: sparky4 Date: Fri, 11 Sep 2015 18:04:44 +0000 (-0500) Subject: added vgmtest.exe to list but is not in all command wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=becda0c4ce4965be72051bfb503c910a09029155;p=16.git added vgmtest.exe to list but is not in all command wwww modified: makefile --- diff --git a/makefile b/makefile index 4fc5680a..59abcd63 100755 --- 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 #