From: sparky4 Date: Mon, 22 Jun 2015 21:18:10 +0000 (-0500) Subject: ok it compiles~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=465648404c2a29ffbf2d17beeba820a542dca650;p=16.git ok it compiles~ Signed-off-by: sparky4 --- diff --git a/16.LIB b/16.LIB index e9ec4544..d37305c3 100644 Binary files a/16.LIB and b/16.LIB differ diff --git a/fonttest.exe b/fonttest.exe index 6a6d9575..3c006f65 100644 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/makefile b/makefile index 588ffa57..3be8bca9 100644 --- a/makefile +++ b/makefile @@ -35,7 +35,7 @@ test.exe: test.$(OBJ) modex16.$(OBJ) bitmap.$(OBJ) lib_head.$(OBJ) test2.exe: test2.$(OBJ) modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ) lib_head.$(OBJ) wcl $(FLAGS) test2.$(OBJ) modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ) lib_head.$(OBJ) -fonttest.exe: text.$(OBJ) fonttest.$(OBJ) +fonttest.exe: 16text.$(OBJ) fonttest.$(OBJ) wcl $(FLAGS) fonttest.$(OBJ) 16text.$(OBJ) 16text.$(OBJ): $(SRCLIB)16text.c diff --git a/makefile.gnu b/makefile.gnu index 7c41e3b4..a875c3a4 100644 --- a/makefile.gnu +++ b/makefile.gnu @@ -35,7 +35,7 @@ test.exe: test.$(OBJ) modex16.$(OBJ) bitmap.$(OBJ) lib_head.$(OBJ) test2.exe: test2.$(OBJ) modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ) lib_head.$(OBJ) wcl $(FLAGS) test2.$(OBJ) modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ) lib_head.$(OBJ) -fonttest.exe: text.$(OBJ) fonttest.$(OBJ) +fonttest.exe: 16text.$(OBJ) fonttest.$(OBJ) wcl $(FLAGS) fonttest.$(OBJ) 16text.$(OBJ) 16text.$(OBJ): $(SRCLIB)16text.c