forked from panda3d/panda3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSources.pp
More file actions
68 lines (59 loc) · 1.94 KB
/
Sources.pp
File metadata and controls
68 lines (59 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#begin lib_target
#define USE_PACKAGES freetype zlib
#define TARGET p3text
#define LOCAL_LIBS \
p3putil p3gobj p3pgraph p3linmath \
p3pnmtext p3pnmimage p3gsgbase p3mathutil \
p3parametrics
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.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 \
textAssembler.I textAssembler.h \
textFont.I textFont.h \
textGlyph.I textGlyph.h \
textGraphic.I textGraphic.h \
textNode.I textNode.h \
textProperties.I textProperties.h \
textPropertiesManager.I textPropertiesManager.h
#define INCLUDED_SOURCES \
config_text.cxx \
default_font.cxx \
dynamicTextFont.cxx \
dynamicTextGlyph.cxx \
dynamicTextPage.cxx \
fontPool.cxx \
geomTextGlyph.cxx \
staticTextFont.cxx \
textAssembler.cxx \
textFont.cxx textGlyph.cxx \
textGraphic.cxx \
textNode.cxx \
textProperties.cxx \
textPropertiesManager.cxx \
cmss12.bam_src.c cmss12.bam.pz_src.c persans.ttf_src.c
#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 \
textAssembler.I textAssembler.h \
textFont.I textFont.h \
textGlyph.I textGlyph.h \
textGraphic.I textGraphic.h \
textNode.I textNode.h \
textProperties.I textProperties.h \
textPropertiesManager.I textPropertiesManager.h
#define IGATESCAN all
#end lib_target