<div dir="ltr">On Thu, Jul 24, 2008 at 10:25 AM, sleek &lt;<a href="mailto:cslush@gmail.com">cslush@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Awesome! Nice dsss tip.<br>
<br>
Thanks Jared! :-P<br>
<br>
&quot;Jarrett Billingsley&quot; &lt;<a href="mailto:kb3ctd2@yahoo.com">kb3ctd2@yahoo.com</a>&gt; wrote in message<br>
news:g5ufre$264o$1@digitalmars.com...<br>
&gt; &quot;sleek&quot; &lt;<a href="mailto:cslush@gmail.com">cslush@gmail.com</a>&gt; wrote in message<br>
&gt; news:g5u57t$1i6n$1@digitalmars.com...<br>
&gt;&gt;I discovered this to be user error. I didn&#39;t realize that dsss was<br>
&gt;&gt;creating a &quot;dsss_objs&quot; folder. For whatever reason, I couldn&#39;t simply do a<br>
&gt;&gt;&quot;dsss build mymodule.d&quot; and have it cleanly create a new instance. I guess<br>
&gt;&gt;I need to do a &quot;dsss clean&quot; before rebuilding. Thanks for the help Jarret<br>
&gt;<br>
&gt; Alternatively, you can do &quot;dsss build -full mymodule.d&quot;. &nbsp;That forces a<br>
&gt; full rebuild.<br>
&gt;<br>
&gt; And it&#39;s Jarrett with two Ts.<br>
&gt;<br>
</blockquote><div><br>If you change the dsss.conf file, DSSS will detect that and do a full rebuild.<br>But if other things change out from under it (like library versions or sometimes code) then you will need a -full / or clean.<br>
It isn&#39;t like SCONS, which keeps an md5 hash of dependencies to detect any changes that might affect a build.<br><br>--bb<br></div></div></div>