make console optional, other fixes

This commit is contained in:
Bradley Bell 2003-06-02 06:15:41 +00:00
parent f6b766c3c7
commit 44d585c36a
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main libmve utilities @D2X_SUBDIRS@
DIST_SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main libmve utilities
DIST_SUBDIRS = console
SUBDIRS = ${DIST_SUBDIRS} @D2X_SUBDIRS@
EXTRA_SUBDIRS = include unused debian rpm

View file

@ -1,4 +1,4 @@
/* $Id: console.c,v 1.11 2003-06-02 05:56:37 btb Exp $ */
/* $Id: console.c,v 1.12 2003-06-02 06:15:41 btb Exp $ */
/*
*
* FIXME: put description here
@ -226,7 +226,7 @@ void con_show(void)
#endif
}
#if 0
#ifdef CONSOLE
void con_parse(ConsoleInformation *console, char *command)
{
cmd_parse(command);