dtinfo subtree DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
b92cf08899
commit
8c8363f4a5
@@ -23,7 +23,7 @@ XCOMM .../programs/dtinfo/mmdb/<subdir>/Imakefile
|
||||
#define LargePICTable YES
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
XCOMM In DtMmdb we compile as C_API sources.
|
||||
DEFINES = -DC_API -DPORTABLE_DB
|
||||
@@ -36,8 +36,9 @@ BASE_SRCS = \
|
||||
randomize.C
|
||||
|
||||
C_API_SRCS = \
|
||||
streambuf.C charbuf.C filebuf.C strstream.C \
|
||||
iostream.C fstream.C stream.C ios.C
|
||||
streambuf.C charbuf.C filebuf.C string.C \
|
||||
stringstream.C iostream.C fstream.C stream.C \
|
||||
ios.C
|
||||
|
||||
SRCS = $(BASE_SRCS) $(C_API_SRCS)
|
||||
OBJS = $(BASE_SRCS:.C=.o) $(C_API_SRCS:.C=.o)
|
||||
|
||||
Reference in New Issue
Block a user