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
43 lines (36 loc) · 1.12 KB
/
Sources.pp
File metadata and controls
43 lines (36 loc) · 1.12 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
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#define LOCAL_LIBS p3display p3pgraph p3express p3putil p3pandabase
#define COMBINED_SOURCES p3collada_composite1.cxx
#define SOURCES \
colladaBindMaterial.cxx \
colladaBindMaterial.h \
colladaInput.cxx \
colladaInput.h colladaInput.I \
colladaLoader.cxx \
colladaLoader.h colladaLoader.I \
colladaPrimitive.cxx \
colladaPrimitive.h colladaPrimitive.I \
config_collada.h \
load_collada_file.h \
loaderFileTypeDae.h
#define INCLUDED_SOURCES \
config_collada.cxx \
load_collada_file.cxx \
loaderFileTypeDae.cxx
#define INSTALL_HEADERS \
config_collada.h \
load_collada_file.h \
loaderFileTypeDae.h
#begin lib_target
#define BUILD_TARGET $[HAVE_COLLADA14DOM]
#define USE_PACKAGES collada14dom
#define EXTRA_CDEFS PANDA_COLLADA_VERSION=14
#define TARGET p3collada14
#end lib_target
#begin lib_target
#define BUILD_TARGET $[HAVE_COLLADA15DOM]
#define USE_PACKAGES collada15dom
#define EXTRA_CDEFS PANDA_COLLADA_VERSION=15
#define TARGET p3collada15
#end lib_target