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
32 lines (25 loc) · 844 Bytes
/
Sources.pp
File metadata and controls
32 lines (25 loc) · 844 Bytes
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
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#begin lib_target
#define TARGET p3dgraph
#define LOCAL_LIBS \
p3pstatclient p3pgraph p3putil p3mathutil p3event
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
config_dgraph.h \
dataGraphTraverser.I dataGraphTraverser.h \
dataNode.I dataNode.h \
dataNodeTransmit.I dataNodeTransmit.h
#define INCLUDED_SOURCES \
config_dgraph.cxx \
dataGraphTraverser.cxx \
dataNode.cxx \
dataNodeTransmit.cxx
#define INSTALL_HEADERS \
config_dgraph.h \
dataGraphTraverser.I dataGraphTraverser.h \
dataNode.I dataNode.h \
dataNodeTransmit.I dataNodeTransmit.h
#define IGATESCAN \
all
#end lib_target