#include "cmdlog.h"
#include "cmdparse.h"
#include "database.h"
#include "expression.h"
#include "generic.h"
#include "version.h"
#include "versions.h"
#include <stdio.h>
void list_versions (FILE *f)
{
(void) f;
Log (LOG_GENERAL, "Modules in use in Vertical %s\n", Vertical_Version);
Log (
LOG_GENERAL,
"_ C:/cvsroot/Vert03/vertlib/bundle.c,v 1.2 2004/06/22 21:44:14 mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/chck_names.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/cmdexec1.c,v 1.1.1.1 2003/11/04 23:34:56 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/cmdexec2.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ /cygwin/cvsroot/vertical/cmdparse.c,v 1.18 2002/09/09 10:26:56 mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/database.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/equivalent.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/ext_nets.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/generic.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/jumpering.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/lx_support.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/partition.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/print_ports.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/printout.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/rename.c,v 1.2 2003/11/06 04:36:03 mjames "
"Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/routing.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/sorting.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/statistics.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/template.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/vertlib/unrouted.c,v 1.1.1.1 2003/11/04 23:34:57 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/cmdlib/cmdlog.c,v 1.1.1.1 2003/11/04 23:34:56 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/cmdlib/cmdparse.c,v 1.1.1.1 2003/11/04 23:34:56 "
"mjames Exp \n");
Log (
LOG_GENERAL,
"_ c:\\cygwin\\cvsroot/Vert03/cmdlib/cmdutil.c,v 1.1.1.1 2003/11/04 23:34:56 "
"mjames Exp \n");
}