X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=makefile;h=defcd3fddbab487a593c3b91f6ce4b59d8eaf4ca;hp=fb475d5d279b947097a4b9b0abdbb26868b65f0c;hb=af2715fef8681d909afe82f7baaf5e13baabb76f;hpb=86619c6a50b07c52481161da4b549ffb5e403e66 diff --git a/makefile b/makefile index fb475d5d..defcd3fd 100755 --- a/makefile +++ b/makefile @@ -34,7 +34,7 @@ # comment this out on game release. # serial output goes to COM1 at 9600 baud 1 stop bit odd parity. # serial output is plain text ASCII. -DEBUGSERIAL=1 +DEBUGSERIAL=0 DELLOGFILE=1 @@ -196,8 +196,7 @@ TESTEXEC = & zcroll.exe & inputest.exe & vrstest.exe & - maptest.exe & - inntest.exe + maptest.exe TESTEXEC2 = & pcxtest.exe & scroll.exe & @@ -263,7 +262,7 @@ fonttest.exe: fonttest.$(OBJ) gfx.lib #fonttes0.exe: fonttes0.$(OBJ) $(16LIB) fontgfx.exe: fontgfx.$(OBJ) gfx.lib $(DOSLIB) inputest.exe: inputest.$(OBJ) $(16LIB) $(DOSLIB) gfx.lib -inntest.exe: inntest.$(OBJ) $(16LIBNOINOBJS) 16_in_1.$(OBJ) +inntest.exe: inntest.$(OBJ) $(16LIBNOINOBJS) 16_in_1.$(OBJ) $(DOSLIB) gfx.lib #sountest.exe: sountest.$(OBJ) $(16LIB) pcxtest.exe: pcxtest.$(OBJ) gfx.lib $(DOSLIB) $(16LIB) vrstest.exe: vrstest.$(OBJ) $(16LIB) gfx.lib $(DOSLIB)