Changes between Version 7 and Version 8 of CMTInWaf


Ignore:
Timestamp:
Mar 8, 2012, 12:13:25 PM (12 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Christian Arnault/emailAddress=arnault@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMTInWaf

    v7 v8  
    1919     * global definitions available to all packages
    2020 * One install area per Project
     21     * default name is <project>/installarea
    2122
    2223== Architecture
     
    6768
    6869Each package is named `Pack<n>` (n = 0 .. N-1) and implements:
    69  * one C++ library (name = `Lib<n>`)
     70 * one C++ (shared) library (name = `Lib<n>`)
    7071   * with one class (name `C<n>`) defined in `Lib<n>.hxx` and coded in `Lib<n>.cxx`
    7172   * the class instantiates one object of each used package as private members
     
    9091{{{
    9192linux2> ( cd A ; ~/test/waf.py configure build
     93linux2>
    9294}}}
    9395