X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=makefile;h=1c1cd5cede9e1039ae11d302d48b81c51cf238c0;hb=1041d5e52e9e6cf4a453bf0f851689fa2e0ecf5c;hp=cf5e8b19c704870abf5ac8b6b62ea767a65a825a;hpb=35f39023b156aec52846fbf4fe3ee7b048329b20;p=16.git diff --git a/makefile b/makefile index cf5e8b19..1c1cd5ce 100755 --- a/makefile +++ b/makefile @@ -160,9 +160,9 @@ TESTEXEC = & exmmtest.exe & vgmtest.exe & scroll.exe & + zcroll.exe & vrstest.exe TESTEXEC2 = & - zcroll.exe & inputest.exe & maptest.exe & fmemtest.exe & @@ -174,7 +174,8 @@ TESTEXEC2 = & pcxtest2.exe UTILEXEC = & palettel.exe & - palettec.exe + palettec.exe & + db.exe EXEC = & 16.exe & bakapi.exe & @@ -220,6 +221,7 @@ maptest.exe: maptest.$(OBJ) 16_map.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIBLIBS) fmemtest.exe: fmemtest.$(OBJ) exmmtest.exe: exmmtest.$(OBJ) $(16LIB) $(DOSLIBLIBS) vgmtest.exe: vgmtest.$(OBJ) vgmsnd.lib $(16LIB) $(DOSLIBLIBS) +db.exe: db.$(OBJ) # # executable's objects @@ -251,6 +253,7 @@ inputest.$(OBJ):$(SRC)/inputest.c #tsthimem.$(OBJ): $(SRC)/tsthimem.c exmmtest.$(OBJ):$(SRC)/exmmtest.c vgmtest.$(OBJ):$(SRC)/vgmtest.c +db.$(OBJ):$(SRC)/db.c # # non executable objects libraries