ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/main/config/BuildFile
Revision: 1.5
Committed: Fri Jan 14 17:36:44 2011 UTC (14 years, 4 months ago) by muzaffar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
State: FILE REMOVED
Log Message:
merged SCRAM_V2 branch in to head

File Contents

# Content
1
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/+Package/src+library>
10 <ClassPath path=+Project/+Package/test+binary>
11 <ClassPath path=+Project/+Package/module+module>
12 <ClassPath path=+Project/+Package/python+python>
13 <ClassPath path=+Project/+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