<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: How to change a source binary into precompiled binary?</title>
	<atom:link href="http://1299.de/2010/06/how-to-change-a-source-binary-into-precompiled-binary/feed/" rel="self" type="application/rss+xml" />
	<link>http://1299.de/2010/06/how-to-change-a-source-binary-into-precompiled-binary/</link>
	<description>Centos Neuigkeiten</description>
	<lastBuildDate>Mon, 10 Oct 2011 04:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: Raichu</title>
		<link>http://1299.de/2010/06/how-to-change-a-source-binary-into-precompiled-binary/comment-page-1/#comment-251</link>
		<dc:creator>Raichu</dc:creator>
		<pubDate>Sat, 19 Jun 2010 00:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://1299.de/2010/06/how-to-change-a-source-binary-into-precompiled-binary/#comment-251</guid>
		<description>Some things in your question don&#039;t make sense, which suggests to me that you are trying something beyond your capabilities.
&quot;Source binary&quot; doesn&#039;t mean anything. Source code is normally in ascii, not in binary. By &quot;precompiled&quot; do you just mean &quot;compiled&quot;? A &quot;source file&quot; can&#039;t contain 50 files unless it&#039;s a zip or something. Do you mean a source &quot;directory&quot;?
Is it a static library, dynamically linked library or executable that you want to produce?
Most development environments these days have incremental compilations that determine file dependencies and only recompile what has been affected by file changes. You might have a &quot;recompile all&quot; command if you specifically want to make sure everything is compiled, but normally you use an incremental compilation command.
If you don&#039;t know what to do, I suggest you look through the documentation that comes with your compiler (or try to look it up on the internet). Make sure you thoroughly understand how your tools work before trying to use them.</description>
		<content:encoded><![CDATA[<p>Some things in your question don&#8217;t make sense, which suggests to me that you are trying something beyond your capabilities.</p>
<p>&#8220;Source binary&#8221; doesn&#8217;t mean anything. Source code is normally in ascii, not in binary. By &#8220;precompiled&#8221; do you just mean &#8220;compiled&#8221;? A &#8220;source file&#8221; can&#8217;t contain 50 files unless it&#8217;s a zip or something. Do you mean a source &#8220;directory&#8221;?</p>
<p>Is it a static library, dynamically linked library or executable that you want to produce?</p>
<p>Most development environments these days have incremental compilations that determine file dependencies and only recompile what has been affected by file changes. You might have a &#8220;recompile all&#8221; command if you specifically want to make sure everything is compiled, but normally you use an incremental compilation command.</p>
<p>If you don&#8217;t know what to do, I suggest you look through the documentation that comes with your compiler (or try to look it up on the internet). Make sure you thoroughly understand how your tools work before trying to use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: fixedinseattle</title>
		<link>http://1299.de/2010/06/how-to-change-a-source-binary-into-precompiled-binary/comment-page-1/#comment-250</link>
		<dc:creator>fixedinseattle</dc:creator>
		<pubDate>Sat, 19 Jun 2010 00:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://1299.de/2010/06/how-to-change-a-source-binary-into-precompiled-binary/#comment-250</guid>
		<description>you can re-use the old libs that haven&#039;t changed, just tell the compiler to jump straight to the linking step for those unchanged libs.</description>
		<content:encoded><![CDATA[<p>you can re-use the old libs that haven&#8217;t changed, just tell the compiler to jump straight to the linking step for those unchanged libs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

