From b5e120d0826ad155130053affff822ee082a55d2 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 16 Oct 1996 14:05:36 +0000 Subject: [PATCH] c++ code will, by default, not be compiled. --- config/CONFIG_BASE | 4 ++-- src/libCom/Makefile.Unix | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/CONFIG_BASE b/config/CONFIG_BASE index a405789b7..86ae2f830 100644 --- a/config/CONFIG_BASE +++ b/config/CONFIG_BASE @@ -4,6 +4,8 @@ # the order of following list is important +# for c++ build add the dirs gdd and cas after ca + DIRS = \ tools \ include \ @@ -16,8 +18,6 @@ DIRS = \ db \ bpt \ ca \ - gdd \ - cas \ util \ misc \ sequencer \ diff --git a/src/libCom/Makefile.Unix b/src/libCom/Makefile.Unix index 5edc29804..4b6595d25 100644 --- a/src/libCom/Makefile.Unix +++ b/src/libCom/Makefile.Unix @@ -50,9 +50,9 @@ SRCS.c += ../postfix.c SRCS.c += ../realpath.c SRCS.c += ../tsSubr.c SRCS.c += ../assertUNIX.c -SRCS.c += ../fdManager.cc -SRCS.c += ../osiTimer.cc -SRCS.c += ../osiTimeOSD.cc +#SRCS.c += ../fdManager.cc +#SRCS.c += ../osiTimer.cc +#SRCS.c += ../osiTimeOSD.cc SRCS.c += ../macCore.c SRCS.c += ../macUtil.c SRCS.c += ../impLib.c @@ -77,9 +77,9 @@ LIBOBJS += postfix.o LIBOBJS += realpath.o LIBOBJS += tsSubr.o LIBOBJS += assertUNIX.o -LIBOBJS += fdManager.o -LIBOBJS += osiTimer.o -LIBOBJS += osiTimeOSD.o +#LIBOBJS += fdManager.o +#LIBOBJS += osiTimer.o +#LIBOBJS += osiTimeOSD.o LIBOBJS += macCore.o LIBOBJS += macUtil.o LIBOBJS += impLib.o