54 lines
1.4 KiB
ObjectPascal
54 lines
1.4 KiB
ObjectPascal
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m
|
|
|
|
#begin lib_target
|
|
#define USE_PACKAGES freetype zlib
|
|
|
|
#define TARGET text
|
|
#define LOCAL_LIBS \
|
|
putil gobj pgraph linmath \
|
|
pnmtext pnmimage gsgbase mathutil
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
|
|
|
#define SOURCES \
|
|
config_text.h \
|
|
default_font.h \
|
|
dynamicTextFont.I dynamicTextFont.h \
|
|
dynamicTextGlyph.I dynamicTextGlyph.h \
|
|
dynamicTextPage.I dynamicTextPage.h \
|
|
fontPool.I fontPool.h \
|
|
geomTextGlyph.I geomTextGlyph.h \
|
|
staticTextFont.I staticTextFont.h \
|
|
textFont.I textFont.h \
|
|
textGlyph.I textGlyph.h \
|
|
textNode.I textNode.h textNode.cxx
|
|
|
|
#define INCLUDED_SOURCES \
|
|
config_text.cxx \
|
|
default_font.cxx \
|
|
dynamicTextFont.cxx \
|
|
dynamicTextGlyph.cxx \
|
|
dynamicTextPage.cxx \
|
|
fontPool.cxx \
|
|
geomTextGlyph.cxx \
|
|
staticTextFont.cxx \
|
|
textFont.cxx textGlyph.cxx
|
|
|
|
#define INSTALL_HEADERS \
|
|
config_text.h \
|
|
dynamicTextFont.I dynamicTextFont.h \
|
|
dynamicTextGlyph.I dynamicTextGlyph.h \
|
|
dynamicTextPage.I dynamicTextPage.h \
|
|
fontPool.I fontPool.h \
|
|
geomTextGlyph.I geomTextGlyph.h \
|
|
staticTextFont.I staticTextFont.h \
|
|
textFont.I textFont.h \
|
|
textGlyph.I textGlyph.h \
|
|
textNode.I textNode.h
|
|
|
|
|
|
#define IGATESCAN all
|
|
|
|
#end lib_target
|