From: <sg...@us...> - 2009-07-08 18:22:28
|
Revision: 119 http://toc.svn.sourceforge.net/toc/?rev=119&view=rev Author: sgbeal Date: 2009-07-08 18:22:26 +0000 (Wed, 08 Jul 2009) Log Message: ----------- Minor doc correction. Modified Paths: -------------- trunk/toc2/make/c-bins.make Modified: trunk/toc2/make/c-bins.make =================================================================== --- trunk/toc2/make/c-bins.make 2008-09-24 15:06:35 UTC (rev 118) +++ trunk/toc2/make/c-bins.make 2009-07-08 18:22:26 UTC (rev 119) @@ -11,8 +11,8 @@ # c-bins.OBJECTS (optional - list of .o files to link to all c-bins.list) # # For each FOO in c-bins, define: -# FOO.bin.OBJECTS = list of .o files for FOO -# FOO.bin.LDADD = optional arguments to pass to linker, e.g. -lstdc++ +# FOO.BIN.OBJECTS = list of .o files for FOO +# FOO.BIN.LDADD = optional arguments to pass to linker, e.g. -lstdc++ # # Reminder: when linking binaries which will use dlopen() at some point, you # should add -rdynamic to the xxx.bin.LDADD flags. Without this, symbols won't be This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |