ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/main/config/BuildFile
Revision: 1.4
Committed: Mon Apr 11 13:57:01 2005 UTC (20 years, 1 month ago) by sashby
Branch: MAIN
CVS Tags: V1_1_7, V1_1_6, V1_1_5, V1_1_4, V1_1_3, V1_1_2, V1_1_0_reltag8, V1_1_0_reltag7, V1_1_0_reltag6, V1_1_1, V1_1_0_reltag5, V1_1_0_reltag4, V1_1_0_reltag3, V1_1_0_reltag2, V1_1_0_reltag1, V1_1_0_reltag, V1_0_3-p4, V1_1_0_cand3, V1_1_0_cand2, V1_1_0_cand1, HEAD_SM_071214, forV1_1_0, v103_xml_071106, V1_0_3-p3, V1_0_3-p2, V1_1_0, v110p1, V110p6, V110p5, V110p4, V110p3, before110xmlBRmerge, V110p2, V110p1, V1_0_4p1, V1_0_3-p1, V1_0_3, V1_0_2, V1_0_2_p1, v102p1
Branch point for: HEAD_BRANCH_SM_071214, v200branch, v103_with_xml, v103_branch
Changes since 1.3: +5 -5 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 sashby 1.4 <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 sashby 1.2
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