Penguin
Diff: MakefileVariables
EditPageHistoryDiffInfoLikePages

Differences between version 5 and previous revision of MakefileVariables.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Thursday, August 9, 2007 9:57:46 pm by BenStaz Revert
Older page: version 4 Last edited on Thursday, August 9, 2007 9:56:01 pm by BenStaz Revert
@@ -22,4 +22,6 @@
 ;ARFLAGS: flags passed to ar(1) 
 ;C_INCLUDE_PATH: directories to add to the include path. (for c header files) 
 ;CPLUS_INCLUDE_PATH: directories to add to the include path. (for c++ header files) 
 ;LIBRARY_PATH: directories to add to the link path. 
+  
+Note : To specify multiple directories in a search path use a colon separated list : DIR1:DIR2:DIR3