X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=ac76ae2ab3a641d9f2067eca186397b0aed4597f;hb=beac91fafbba029b3f8071904a5767ec21073342;hp=f035f1c5ba4aef20783d3966e028c65ba2668205;hpb=841bee62eb449fa04601a4482e7f195b0f272c3c;p=16.git diff --git a/makefile b/makefile index f035f1c5..ac76ae2a 100755 --- a/makefile +++ b/makefile @@ -89,7 +89,7 @@ DOSLIBLIBS=$(DOSLIBDIR)/hw/cpu/dos86h/cpu.lib $(DOSLIBDIR)/hw/dos/dos86h/dos.lib 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 planrpcx.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) tesuto.exe drawvrl5.exe all: $(EXEC) @@ -119,7 +119,12 @@ tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib # @wlink @tmp.cmd wcl $(FLAGS) $(WCLQ) tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib tesuto.$(OBJ): $(SRC)tesuto.c - wcl $(FLAGS) $(DOSLIB_CINCLUDE) $(WCLQ) -c $(SRC)tesuto.c + wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c + +drawvrl5.exe: drawvrl5.$(OBJ) $(DOSLIBLIBS) + wcl $(FLAGS) $(WCLQ) drawvrl5.$(OBJ) $(DOSLIBLIBS) +drawvrl5.$(OBJ): $(SRC)drawvrl5.c + wcl $(FLAGS) $(WCLQ) -c $(SRC)drawvrl5.c #tesuto.exe: tesuto.$(OBJ) # wcl $(WCLQ) -mh -d2 tesuto.$(OBJ) #tesuto.$(OBJ): $(SRC)tesuto.c