26 lines
733 B
ObjectPascal
26 lines
733 B
ObjectPascal
#begin lib_target
|
|
#define TARGET dtoolbase
|
|
|
|
#define SOURCES \
|
|
cmath.I cmath.h \
|
|
dallocator.T dallocator.h \
|
|
dtoolbase.cxx dtoolbase.h dtoolbase_cc.h dtoolsymbols.h \
|
|
fakestringstream.h \
|
|
indent.I indent.h indent.cxx \
|
|
nearly_zero.h \
|
|
stl_compares.I stl_compares.h \
|
|
pallocator.T pallocator.h \
|
|
pdeque.h plist.h pmap.h pset.h pvector.h \
|
|
dlmalloc.c ptmalloc2_smp.c
|
|
|
|
#define INSTALL_HEADERS \
|
|
cmath.I cmath.h \
|
|
dallocator.T dallocator.h \
|
|
dtoolbase.h dtoolbase_cc.h dtoolsymbols.h fakestringstream.h \
|
|
indent.I indent.h \
|
|
nearly_zero.h \
|
|
stl_compares.I stl_compares.h \
|
|
pallocator.T pallocator.h \
|
|
pdeque.h plist.h pmap.h pset.h pvector.h
|
|
#end lib_target
|