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
30 lines (25 loc) · 718 Bytes
/
Sources.pp
File metadata and controls
30 lines (25 loc) · 718 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
#define DIR_TYPE models
#define INSTALL_TO icons
#define fltfiles $[wildcard *.flt]
#begin flt_egg
#define SOURCES $[fltfiles]
#end flt_egg
#define mayafiles $[wildcard *.mb]
#begin maya_egg
#define SOURCES $[mayafiles]
#end maya_egg
#define eggfiles $[wildcard *.egg]
#begin egg
#define SOURCES $[eggfiles]
#end egg
#begin install_icons
#define SOURCES \
folder.gif minusnode.gif openfolder.gif plusnode.gif python.gif \
sphere2.gif tk.gif dot_black.gif dot_blue.gif dot_green.gif \
dot_red.gif dot_white.gif
#end install_icons
#begin install_egg
#define SOURCES \
$[fltfiles:%.flt=%.egg] $[mayafiles:%.mb=%.egg] \
$[eggfiles]
#end install_egg