c++ code will, by default, not be compiled.

This commit is contained in:
Janet B. Anderson
1996-10-16 14:05:36 +00:00
parent b8d6a8216e
commit b5e120d082
2 changed files with 8 additions and 8 deletions

View File

@@ -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 \

View File

@@ -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