<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://vrl.cs.brown.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=LDLIB</id>
	<title>LDLIB - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://vrl.cs.brown.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=LDLIB"/>
	<link rel="alternate" type="text/html" href="http://vrl.cs.brown.edu/wiki/index.php?title=LDLIB&amp;action=history"/>
	<updated>2026-04-20T11:23:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://vrl.cs.brown.edu/wiki/index.php?title=LDLIB&amp;diff=4649&amp;oldid=prev</id>
		<title>Brad Berg: New page:  LDLIB += &amp;lt;Linker Setting&amp;gt;  ...  Set &#039;&#039;&#039;LDLIB&#039;&#039;&#039; when you want to directly link libraries.  Use the &#039;&#039;&#039;+=&#039;&#039;&#039; assignment unless you explicitly intend to clear prior settings.  Thi...</title>
		<link rel="alternate" type="text/html" href="http://vrl.cs.brown.edu/wiki/index.php?title=LDLIB&amp;diff=4649&amp;oldid=prev"/>
		<updated>2010-11-19T16:47:33Z</updated>

		<summary type="html">&lt;p&gt;New page:  &lt;a href=&quot;/wiki/index.php/LDLIB&quot; title=&quot;LDLIB&quot;&gt;LDLIB&lt;/a&gt; += &amp;lt;Linker Setting&amp;gt;  ...  Set &amp;#039;&amp;#039;&amp;#039;LDLIB&amp;#039;&amp;#039;&amp;#039; when you want to directly link libraries.  Use the &amp;#039;&amp;#039;&amp;#039;+=&amp;#039;&amp;#039;&amp;#039; assignment unless you explicitly intend to clear prior settings.  Thi...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; [[LDLIB]] += &amp;amp;lt;Linker Setting&amp;amp;gt;  ...&lt;br /&gt;
&lt;br /&gt;
Set &amp;#039;&amp;#039;&amp;#039;LDLIB&amp;#039;&amp;#039;&amp;#039; when you want to directly link libraries.  Use the &amp;#039;&amp;#039;&amp;#039;+=&amp;#039;&amp;#039;&amp;#039; assignment unless you explicitly intend to clear prior settings.  This setting is for advanced users that understand command line options for the linker on the platforms they work with.  In particular the order that libraries are linked matters.  The linker will search libraries in the order listed.&lt;br /&gt;
&lt;br /&gt;
You should avoid using absolute paths.  Directories can be referenced using these variables:&lt;br /&gt;
&lt;br /&gt;
 G_IMPORT         # The directory containing third party software.&lt;br /&gt;
 G_INSTALL        # The directory where projects are installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
 LDLIB += -L$(G_IMPORT)/sdl/sdl_1.2.13_gcc3/lib   -lSDL              # Linux&lt;br /&gt;
&lt;br /&gt;
 LDLIB += -LIBPATH:&amp;quot;$(G_IMPORT)/sdl/sdl_1.2.13_gcc3/lib&amp;quot;  SDL.lib    # Windows&lt;/div&gt;</summary>
		<author><name>Brad Berg</name></author>
	</entry>
</feed>