1 |
sashby |
1.2 |
|
2 |
|
|
# Storage locations:
|
3 |
|
|
<ProductStore name=lib type=arch swap=true>
|
4 |
|
|
<ProductStore name=bin type=arch swap=true>
|
5 |
|
|
<ProductStore name=module type=arch swap=true>
|
6 |
|
|
<ProductStore name=python type=arch swap=true>
|
7 |
|
|
|
8 |
|
|
# ClassPaths:
|
9 |
|
|
<ClassPath path=+Project/+SubSystem/+Package/src+library>
|
10 |
sashby |
1.3 |
<ClassPath path=+Project/+SubSystem/+Package/test+binary>
|
11 |
|
|
<ClassPath path=+Project/+SubSystem/+Package/module+module>
|
12 |
|
|
<ClassPath path=+Project/+SubSystem/+Package/python+python>
|
13 |
sashby |
1.2 |
<ClassPath path=+Project/+SubSystem/+Package/bin+binary>
|
14 |
|
|
|
15 |
|
|
# Add <use> for SCRAM-managed projects we're going to use
|
16 |
|
|
# (this ensures that we end up with LIBDIR and INCLUDE from each):
|
17 |
|
|
<use name=seal>
|
18 |
|
|
<use name=pool>
|
19 |
|
|
|
20 |
|
|
# Choose a compiler:
|
21 |
|
|
<use name=cxxcompiler>
|
22 |
|
|
|