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
56 lines (44 loc) · 1.52 KB
/
Sources.pp
File metadata and controls
56 lines (44 loc) · 1.52 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
#define BUILD_DIRECTORY $[HAVE_SPEEDTREE]
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#define USE_PACKAGES speedtree $[if $[eq $[SPEEDTREE_API],OpenGL],gl cg cggl] $[if $[eq $[SPEEDTREE_API],DirectX9],dx9 cg cgdx9]
#define BUILDING_DLL BUILDING_PANDASPEEDTREE
#begin lib_target
#define TARGET pandaspeedtree
#define LOCAL_LIBS \
p3display p3text p3pgraph p3gobj p3linmath p3putil $[if $[eq $[SPEEDTREE_API],DirectX9],dxgsg9]
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
#define SOURCES \
config_speedtree.h \
loaderFileTypeSrt.h \
loaderFileTypeStf.h \
speedtree_api.h \
speedTreeNode.h speedTreeNode.I \
stBasicTerrain.h stBasicTerrain.I \
stTerrain.h stTerrain.I \
stTransform.h stTransform.I \
stTree.h stTree.I
// A generated file
#define SOURCES $[SOURCES] speedtree_parameters.h
#define INCLUDED_SOURCES \
config_speedtree.cxx \
loaderFileTypeSrt.cxx \
loaderFileTypeStf.cxx \
speedtree_api.cxx \
speedTreeNode.cxx \
stBasicTerrain.cxx \
stTerrain.cxx \
stTransform.cxx \
stTree.cxx
#define INSTALL_HEADERS \
config_speedtree.h \
speedtree_parameters.h \
speedtree_api.h \
speedTreeNode.h speedTreeNode.I \
stBasicTerrain.h stBasicTerrain.I \
stTerrain.h stTerrain.I \
stTransform.h stTransform.I \
stTree.h stTree.I
#define IGATESCAN all
#end lib_target
#include $[THISDIRPREFIX]speedtree_parameters.h.pp