]> 4ch.mooo.com Git - 16.git/commitdiff
tesuto fix
authorsparky4 <sparky4@cock.li>
Fri, 25 Mar 2016 02:07:34 +0000 (21:07 -0500)
committersparky4 <sparky4@cock.li>
Fri, 25 Mar 2016 02:07:34 +0000 (21:07 -0500)
makefile
src/tesuto.c

index 28ce06ee2a832f35fd5ca13af42efac098ddec8a..0cd2c1154b3336b7bf135e4bc5f55c6bcf94d9af 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -111,12 +111,12 @@ scroll.$(OBJ): $(SRC)scroll.c
 
 
 # NOTE: dos86h = 16-bit huge memory model. memory model must match!
-tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) #16_head.$(OBJ) #gfx.lib
+tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib
 #      %write tmp.cmd option quiet option map=tesuto.map $(DOSLIB_LDFLAGS_DOS16H) file tesuto.obj name tesuto.exe
 #      %write tmp.cmd library $(DOSLIBDIR)/hw/cpu/dos86h/cpu.lib
 #      %write tmp.cmd library $(DOSLIBDIR)/hw/dos/dos86h/dos.lib
 #      @wlink @tmp.cmd
-       wcl $(FLAGS) $(WCLQ) tesuto.$(OBJ) $(DOSLIBLIBS) #16_head.$(OBJ) #gfx.lib
+       wcl $(FLAGS) $(WCLQ) tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib
 tesuto.$(OBJ): $(SRC)tesuto.c
        wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c
 #tesuto.exe: tesuto.$(OBJ)
index 2675094f9c589f807ca75c8a0387b74723254b91..903dd6af1ce2510108752a1da27e54600d699b43 100755 (executable)
@@ -3,7 +3,7 @@
 #include <hw/vga/vga.h>
 #include <hw/vga/vrl.h>
 
-//#include "src/tesuto.h"
+#include "src/tesuto.h"
 
 static unsigned char palette[768];