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
40 lines (31 loc) · 953 Bytes
/
Sources.pp
File metadata and controls
40 lines (31 loc) · 953 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
33
34
35
36
37
38
39
40
#define OTHER_LIBS p3interrogatedb:c p3prc:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3pystub
#define USE_PACKAGES cg freetype
#define LOCAL_LIBS \
p3framework p3putil p3collide p3pgraph p3chan p3text \
p3pnmimage p3pnmimagetypes p3pnmtext p3event p3gobj p3display \
p3mathutil p3putil p3express p3dgraph p3device p3tform \
p3linmath p3pstatclient panda
#begin bin_target
#define TARGET pview
#define SOURCES \
pview.cxx
#end bin_target
#begin test_bin_target
#define TARGET pgrid
#define SOURCES \
pgrid.cxx
#define UNIX_SYS_LIBS m
#end test_bin_target
#begin test_bin_target
#define TARGET test_lod
#define SOURCES test_lod.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_texmem
#define SOURCES test_texmem.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_map
#define SOURCES test_map.cxx
#end test_bin_target