c++ code will, by default, not be compiled.
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user