ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/main/config/BuildFile
Revision: 1.3
Committed: Fri Dec 10 14:12:58 2004 UTC (20 years, 5 months ago) by sashby
Branch: MAIN
CVS Tags: V1_0_1, V1_0_0
Changes since 1.2: +3 -36 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
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