Changeset 1695 for trunk/DOC


Ignore:
Timestamp:
Apr 17, 2017, 4:10:07 PM (8 years ago)
Author:
emillour
Message:

Common dynamics/framework:
Removed some obsolete arch files.
Reorganization of the way paths to external libraries are handles by makelmdz_fcm and makelmdz. This will ease interfacing with Dynamico which follows simillar rules with respect to a given external library ,e.g. for SOMELIBRARY, in the arch.path file:
SOMELIBRARY_LIBDIR="-L/path/to/the/library/libdir -L/possible/other/required/path"
SOMELIBRARY_LIB"-lsomelib -lsomeotherrequiredlib"
SOMELIBRARY_INCDIR"-I/path/to/the/library/incdir -I/possible/other/required/include/path"
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/chantiers/commit_importants.log

    r1682 r1695  
    20162016                        of the horizontal domain
    20172017
     2018**********************
     2019**** commit_v1695 ****
     2020**********************
     2021Reorganization of the way paths to external libraries are handles by makelmdz_fcm
     2022and makelmdz. This will ease interfacing with Dynamico which follows simillar rules
     2023with respect to a given external library ,e.g. for SOMELIBRARY, in the arch.path file:
     2024SOMELIBRARY_LIBDIR="-L/path/to/the/library/libdir -L/possible/other/required/path"
     2025SOMELIBRARY_LIB"-lsomelib -lsomeotherrequiredlib"
     2026SOMELIBRARY_INCDIR"-I/path/to/the/library/incdir -I/possible/other/required/include/path"
     2027
Note: See TracChangeset for help on using the changeset viewer.