diff options
author | B. Watson <yalhcru@gmail.com> | 2016-02-22 14:56:05 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-02-22 14:56:05 -0500 |
commit | b4bc2d9b75c7ecf39f26b717b88384b8a5a9f578 (patch) | |
tree | 33e46b0cf084f28d72a1d4ead85236fb9c26fa89 /Makefile | |
parent | 5449141832140561cd44a78057c53ac7abaf3c22 (diff) | |
download | taipan-b4bc2d9b75c7ecf39f26b717b88384b8a5a9f578.tar.gz |
more code shrinkage, 7356 bytes free
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ XEX=taipan.xex # All the C and asm sources for taimain.xex: TAIMAIN_HDRS=sounds.h TAIMAIN_C_SRC=taipan.c strtonum.c -TAIMAIN_ASM_SRC=rand.s draw_lorcha.s timed_getch.s portstat.s console.s ultostr.s soundasm.s explosion.s textdecomp.s +TAIMAIN_ASM_SRC=rand.s draw_lorcha.s timed_getch.s portstat.s console.s cprintul.s soundasm.s explosion.s textdecomp.s TAIMAIN_LIBS=conio/conio.lib # Comment these lines out to build without big number support. |