Developer Center |
Wednesday February 13, 2008
A new attribute Inherit_Source_Path allows sources of a language to import source or header file from another language. Example: for Inherit_Source_Path ("C++") use ("C"); allows C++ sources to be compiled with a source search path that include all source directories of imported projects with C declared as a language.
Posted
in Development Log, GNAT Compilation System