X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=58c4aa71153557acbbef204001a309d37183d016;hb=60484e959995accd95933e7f119fafe3a42897c5;hp=27e487c85e3b3da2d3b05de0066805c4fd7fac8d;hpb=77d513c45df6caa3230d4905bafbfeb78b05a144;p=16.git diff --git a/makefile b/makefile index 27e487c8..58c4aa71 100755 --- a/makefile +++ b/makefile @@ -210,6 +210,7 @@ TESTEXEC3= & UTILEXEC = & palettel.exe & palllist.exe & + palbomb.exe & palettec.exe !ifdef __LINUX__ SPRIUTILEXEC = & @@ -223,7 +224,8 @@ SPRIUTILEXEC = & EXEC = & 16.exe & bakapi.exe & - $(TESTEXEC) + $(TESTEXEC) & + $(UTILEXEC) #!ifdef __LINUX__ #EXEC += $(SPRIUTILEXEC) @@ -269,9 +271,10 @@ inputest.exe: inputest.$(OBJ) $(16LIB) $(DOSLIB) gfx.lib pcxtest.exe: pcxtest.$(OBJ) gfx.lib $(DOSLIB) $(16LIB) vrstest.exe: vrstest.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) #vgacamm.exe: vgacamm.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) -palettec.exe: palettec.$(OBJ) gfx.lib $(DOSLIB) -palettel.exe: palettel.$(OBJ) gfx.lib $(DOSLIB) -palllist.exe: palllist.$(OBJ) gfx.lib $(DOSLIB) ll.$(OBJ) +palettec.exe: palettec.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) +palettel.exe: palettel.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) +palbomb.exe: palbomb.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) +palllist.exe: palllist.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) ll.$(OBJ) pcxtest2.exe: pcxtest2.$(OBJ) gfx.lib $(DOSLIB) #planrpcx.exe: planrpcx.$(OBJ) gfx.lib maptest.exe: maptest.$(OBJ) 16_map.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIB) $(16LIB) @@ -279,6 +282,7 @@ fmemtest.exe: fmemtest.$(OBJ) exmmtest.exe: exmmtest.$(OBJ) $(16LIB) gfx.lib $(DOSLIB) vgmtest.exe: vgmtest.$(OBJ) vgmsnd.lib $(16LIB) $(DOSLIB) gfx.lib db.exe: db.$(OBJ) +ps.exe: ps.$(OBJ) 16_head.$(OBJ) wcpu.exe: wcpu.$(OBJ) $(16LIB) $(DOSLIB) # @@ -296,6 +300,7 @@ vrstest.$(OBJ):$(SRC)/vrstest.c $(SRCLIB)/16_vl.h pcxtest2.$(OBJ):$(SRC)/pcxtest2.c $(SRCLIB)/16_vl.h palettec.$(OBJ): $(SRC)/palettec.c palettel.$(OBJ): $(SRC)/palettel.c +palbomb.$(OBJ): $(SRC)/palbomb.c palllist.$(OBJ): $(SRC)/palllist.c maptest.$(OBJ):$(SRC)/maptest.c $(SRCLIB)/16_vl.h #emmtest.$(OBJ):$(SRC)/emmtest.c @@ -314,6 +319,7 @@ inputest.$(OBJ):$(SRC)/inputest.c exmmtest.$(OBJ):$(SRC)/exmmtest.c vgmtest.$(OBJ):$(SRC)/vgmtest.c db.$(OBJ): $(UTIL)/db.c +ps.$(OBJ): $(SRC)/ps.c # # non executable objects libraries