Penguin
Diff: MakefileVariables
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of MakefileVariables.

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

Newer page: version 6 Last edited on Thursday, August 23, 2007 3:15:06 pm by BenStaz
Older page: version 5 Last edited on Thursday, August 9, 2007 9:57:46 pm by BenStaz Revert
@@ -21,7 +21,7 @@
 ;LDFLAGS: flags passed to the linker 
 ;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. 
+;LD_ 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