Changes between Version 4 and Version 5 of VincentTrial3


Ignore:
Timestamp:
May 12, 2005, 4:14:38 PM (21 years ago)
Author:
garonne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VincentTrial3

    v4 v5  
    1616}}}
    1717
    18 The codes for A and B is tha same than in our previous example, so:
     18The codes for A and B is the same than in our previous example, so:
    1919{{{
    2020> more A/v1/src/A.h
     
    7373
    7474We 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:
     75This is defined within the packages requirements files and the project file:
    7676{{{
    7777> more  A/v1/cmt/requirements
     
    9090use A v1
    9191
    92 # COMMENT: the order of the statements is important for the creation
     92# COMMENT: the order of the statements is important for the creation.
    9393# here that means that the library is compiled before the main program
    9494# otherwise it doesn't work  :-( .
     
    103103build_strategy with_installarea
    104104}}}
     105The 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).
    105106
    106107