X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=2d44a1b8e84fa7a08ae02b19e9e8d4e3b1cb04e1;hb=fb97121f7d0be4408d8e2ed98a2f7b10b852a915;hp=e58e6e58997c8b80060436aa81ba96ac8384209e;hpb=5965823c934f177a5ef1cd30ae9ee5dda2a95154;p=16.git diff --git a/makefile b/makefile index e58e6e58..2d44a1b8 100755 --- a/makefile +++ b/makefile @@ -156,24 +156,28 @@ DOSLIBLIBS += $(DOSLIB_8250)/dos86h/8250.lib TESTEXEC = & tesuto.exe & 0.exe & - test.exe & - test0.exe & - pcxtest.exe & - pcxtest2.exe & - palettec.exe & + scroll.exe & + zcroll.exe & + exmmtest.exe & + vrstest.exe +TESTEXEC2 = & + vgmtest.exe & + inputest.exe & maptest.exe & fmemtest.exe & fonttest.exe & fontgfx.exe & - scroll.exe & - vgmtest.exe & - inputest.exe & + test.exe & + test0.exe & + pcxtest.exe & + pcxtest2.exe +UTILEXEC = & palettel.exe & - exmmtest.exe & - vrstest.exe + palettec.exe EXEC = & 16.exe & bakapi.exe & + $(UTILEXEC) & $(TESTEXEC) all: $(EXEC) joytest.exe @@ -189,6 +193,8 @@ bakapi.exe: bakapi.$(OBJ) gfx.lib $(DOSLIBLIBS) # scroll.exe: scroll.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIB) gfx.lib $(DOSLIBLIBS) scroll.$(OBJ): $(SRC)/scroll.c +zcroll.exe: zcroll.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIB) gfx.lib $(DOSLIBLIBS) +zcroll.$(OBJ): $(SRC)/zcroll.c tesuto.exe: tesuto.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIBLIBS) tesuto.$(OBJ): $(SRC)/tesuto.c 0.exe: 0.$(OBJ) $(16LIB) gfx.lib $(DOSLIBLIBS)