INCLUDE H: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
New page: CSRC = <C++ Source>.c ... This variable designates C source files that are to be built into a library. The G.Build system recognizes the .c suffix.
 
No edit summary
 
Line 1: Line 1:
  CSRC = &lt;C++ Source&gt;.c ...
  INCLUDE_H = &lt;C/C++ Header&gt;.h ...


This variable designates C source files that are to be built into a library.  The G.Build system recognizes the .c suffix.
This variable designates public header files that are to be installed with a library.  Header files that are for internal use only do not need to be installed.

Latest revision as of 13:47, 2 March 2011

INCLUDE_H = <C/C++ Header>.h  ...

This variable designates public header files that are to be installed with a library. Header files that are for internal use only do not need to be installed.