Home | Contact | Pricing | News | Events | Partners | Mailing List | Site Map
  • Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[GPRBUILD] New attribute Inherit_Source_Path

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 by Posted in Development Log, GNAT Compilation System