G IMPORT: Difference between revisions
Jump to navigation
Jump to search
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... |
(No difference)
|
Latest revision as of 16:51, 19 November 2010
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"