Added console support.
diff --git a/Makefile.in b/Makefile.in index c4bed3c..91b8c57 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -27,6 +27,7 @@ tools \ tools/wrc \ controls \ + console \ dlls/comctl32 \ dlls/imagehlp \ dlls/msacm \ @@ -89,6 +90,7 @@ LIBOBJS = \ controls/controls.o \ + console/console.o \ dlls/comctl32/comctl32.o \ dlls/imagehlp/imagehlp.o \ dlls/msacm/msacm.o \