X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=d91dffb84b8d39f42115ab30835fba96b9f529c5;hb=8f9709b33211a82b4c41fe99dbe4cf7eaa010296;hp=a43cf7e5bc7ffdadba5ae0dca8a47b3108bccf00;hpb=e600b06ae138ce44897e263457fc72668ac3775e;p=16.git diff --git a/makefile b/makefile index a43cf7e5..d91dffb8 100755 --- a/makefile +++ b/makefile @@ -76,7 +76,7 @@ GFXLIBOBJS = modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ) 16text.$(OBJ) bakapee.$( TESTEXEC = exmmtest.exe test.exe pcxtest.exe pcxtest2.exe test2.exe palettec.exe maptest.exe fmemtest.exe fonttest.exe fontgfx.exe scroll.exe vgmtest.exe inputest.exe palettel.exe # tsthimem.exe #testemm.exe testemm0.exe fonttes0.exe miditest.exe sega.exe sountest.exe -EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe +EXEC = 16.exe bakapi.exe $(TESTEXEC) tesutobakapee.exe all: $(EXEC) comp @@ -96,18 +96,18 @@ scroll.exe: scroll.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib scroll.$(OBJ): $(SRC)scroll.c wcl $(FLAGS) -c $(SRC)scroll.c -tesuto.exe: tesuto.$(OBJ) - wcl -zq -mh -d2 tesuto.$(OBJ) -tesuto.$(OBJ): $(SRC)tesuto.c - wcl -zq -mh -d2 -c $(SRC)tesuto.c +tesutobakapee.exe: tesutobakapee.$(OBJ) + wcl -zq -mh -d2 tesutobakapee.$(OBJ) +tesutobakapee.$(OBJ): $(SRC)tesutobakapee.c + wcl -zq -mh -d2 -c $(SRC)tesutobakapee.c #sega.exe: sega.$(OBJ) # wcl $(FLAGS) sega.$(OBJ) #sega.$(OBJ): $(SRC)sega.c # wcl $(FLAGS) -c $(SRC)sega.c -test.exe: test.$(OBJ) gfx.lib - wcl $(FLAGS) test.$(OBJ) gfx.lib -fm=test.map +test.exe: test.$(OBJ) gfx.lib 16_in.$(OBJ) 16_head.$(OBJ) + wcl $(FLAGS) test.$(OBJ) gfx.lib 16_in.$(OBJ) 16_head.$(OBJ) -fm=test.map test2.exe: test2.$(OBJ) gfx.lib wcl $(FLAGS) test2.$(OBJ) gfx.lib -fm=test2.map