CXXSRC: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
New page: CXXSRC = <C++ Source>.cpp ... This variable designates C++ source files that are to be built into a library. The G.Build system recognizes the <code>.cpp</code> and <code>.C</cod...
 
(No difference)

Latest revision as of 16:38, 19 November 2010

CXXSRC = <C++ Source>.cpp  ...

This variable designates C++ source files that are to be built into a library. The G.Build system recognizes the .cpp and .C suffixes. The .cpp suffix is recommended since Windows is not case sensitive and does not distinguish between .C and .c; which can be confusing and requires quoted names.