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
65 lines (57 loc) · 2.04 KB
/
Sources.pp
File metadata and controls
65 lines (57 loc) · 2.04 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
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#begin lib_target
#define TARGET p3grutil
#define LOCAL_LIBS \
p3display p3text p3pgraph p3gobj p3linmath p3putil p3movies p3audio
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
pipeOcclusionCullTraverser.I pipeOcclusionCullTraverser.h \
cardMaker.I cardMaker.h \
config_grutil.h \
movieTexture.I movieTexture.h \
fisheyeMaker.I fisheyeMaker.h \
frameRateMeter.I frameRateMeter.h \
meshDrawer.I meshDrawer.h \
meshDrawer2D.I meshDrawer2D.h \
geoMipTerrain.I geoMipTerrain.h \
sceneGraphAnalyzerMeter.I sceneGraphAnalyzerMeter.h \
heightfieldTesselator.I heightfieldTesselator.h \
lineSegs.I lineSegs.h \
multitexReducer.I multitexReducer.h multitexReducer.cxx \
nodeVertexTransform.I nodeVertexTransform.h \
pfmVizzer.I pfmVizzer.h \
rigidBodyCombiner.I rigidBodyCombiner.h
#define INCLUDED_SOURCES \
cardMaker.cxx \
movieTexture.cxx \
fisheyeMaker.cxx \
config_grutil.cxx \
frameRateMeter.cxx \
meshDrawer.cxx \
meshDrawer2D.cxx \
geoMipTerrain.cxx \
sceneGraphAnalyzerMeter.cxx \
heightfieldTesselator.cxx \
nodeVertexTransform.cxx \
pfmVizzer.cxx \
pipeOcclusionCullTraverser.cxx \
lineSegs.cxx \
rigidBodyCombiner.cxx
#define INSTALL_HEADERS \
cardMaker.I cardMaker.h \
movieTexture.I movieTexture.h \
fisheyeMaker.I fisheyeMaker.h \
frameRateMeter.I frameRateMeter.h \
meshDrawer.I meshDrawer.h \
meshDrawer2D.I meshDrawer2D.h \
geoMipTerrain.I geoMipTerrain.h \
sceneGraphAnalyzerMeter.I sceneGraphAnalyzerMeter.h \
heightfieldTesselator.I heightfieldTesselator.h \
lineSegs.I lineSegs.h \
multitexReducer.I multitexReducer.h \
nodeVertexTransform.I nodeVertexTransform.h \
pfmVizzer.I pfmVizzer.h \
rigidBodyCombiner.I rigidBodyCombiner.h
#define IGATESCAN all
#end lib_target