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
54 lines (44 loc) · 1.34 KB
/
Sources.pp
File metadata and controls
54 lines (44 loc) · 1.34 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
#define BUILD_DIRECTORY $[HAVE_EGG]
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#define USE_PACKAGES nurbspp
#begin lib_target
#define TARGET p3egg2pg
#define LOCAL_LIBS \
p3parametrics p3collide p3egg p3pgraph p3chan p3char
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
animBundleMaker.h \
characterMaker.h \
config_egg2pg.h \
deferredNodeProperty.h \
eggBinner.h \
eggLoader.h eggLoader.I \
eggRenderState.h eggRenderState.I \
eggSaver.h eggSaver.I \
egg_parametrics.h \
load_egg_file.h \
save_egg_file.h \
loaderFileTypeEgg.h
#define INCLUDED_SOURCES \
animBundleMaker.cxx \
characterMaker.cxx \
config_egg2pg.cxx \
deferredNodeProperty.cxx \
eggBinner.cxx \
eggLoader.cxx \
eggRenderState.cxx \
eggSaver.cxx \
egg_parametrics.cxx \
load_egg_file.cxx \
save_egg_file.cxx \
loaderFileTypeEgg.cxx
#if $[DONT_COMBINE_PGRAPH]
#define SOURCES $[SOURCES] $[INCLUDED_SOURCES]
#define INCLUDED_SOURCES
#define COMBINED_SOURCES
#endif
#define INSTALL_HEADERS \
egg_parametrics.h load_egg_file.h save_egg_file.h config_egg2pg.h
#define IGATESCAN load_egg_file.h save_egg_file.h
#end lib_target