Changes between Version 4 and Version 5 of VincentTrial3
- Timestamp:
- May 12, 2005, 4:14:38 PM (21 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VincentTrial3
v4 v5 16 16 }}} 17 17 18 The codes for A and B is th asame than in our previous example, so:18 The codes for A and B is the same than in our previous example, so: 19 19 {{{ 20 20 > more A/v1/src/A.h … … 73 73 74 74 We now have to setup all CMT setups for the package depencies and project definition. 75 This is defined within the packages requirements file and the project file:75 This is defined within the packages requirements files and the project file: 76 76 {{{ 77 77 > more A/v1/cmt/requirements … … 90 90 use A v1 91 91 92 # COMMENT: the order of the statements is important for the creation 92 # COMMENT: the order of the statements is important for the creation. 93 93 # here that means that the library is compiled before the main program 94 94 # otherwise it doesn't work :-( . … … 103 103 build_strategy with_installarea 104 104 }}} 105 The statements "build_strategy with_installarea" tells that the executable and the shared libraries will be automatically set to a installation area (i.d. the default prefix is InstallArea). 105 106 106 107
