From: sparky4 Date: Fri, 25 Mar 2016 20:06:08 +0000 (-0500) Subject: cleaned up X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=a5bfd214c0f6935d7a5c2753fd032dd6ab69e997;p=16.git cleaned up --- diff --git a/drawvrl5.exe b/drawvrl5.exe new file mode 100755 index 00000000..47174dc1 Binary files /dev/null and b/drawvrl5.exe differ diff --git a/makefile b/makefile index 96a8da26..9ce52ddf 100755 --- a/makefile +++ b/makefile @@ -84,7 +84,7 @@ DOSLIBLIBS=$(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)cpu$(DIRSEP)dos86h$(DIRSEP)cpu.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 drawvrl5.exe +EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe all: $(EXEC) @@ -116,10 +116,6 @@ tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib tesuto.$(OBJ): $(SRC)tesuto.c wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c -drawvrl5.exe: .symbolic - #@cd $(DOSLIB)hw$(DIRSEP)vga$(DIRSEP)make. - @wmake $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)vga$(DIRSEP)dos86h$(DIRSEP)vga.lib - @$(COPYCOMMAND) $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)vga$(DIRSEP)dos86h$(DIRSEP)drawvrl5.exe .$(DIRSEP) #tesuto.exe: tesuto.$(OBJ) # wcl $(WCLQ) -mh -d2 tesuto.$(OBJ) #tesuto.$(OBJ): $(SRC)tesuto.c