dtinfo subtree DtMmdb

This commit is contained in:
Ulrich Wilkens
2012-10-14 15:38:27 +02:00
committed by Jon Trulson
parent b92cf08899
commit 8c8363f4a5
184 changed files with 1090 additions and 773 deletions

View File

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