G IMPORT

From VrlWiki
Revision as of 16:51, 19 November 2010 by Brad Berg (talk | contribs) (New page: Referencing G_IMPORT Use G_IMPORT when writing paths that refer to the import directory where third party packages are installed. Never set this variable in a '''Makefile'''. It can be...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Referencing G_IMPORT

Use G_IMPORT when writing paths that refer to the import directory where third party packages are installed. Never set this variable in a Makefile. It can be explicitly set in your environment to override the default location for imports.


Example:

CXXINC += -I"$(G_IMPORT)/glut/glut_3.7.6_WIN32"