<?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"
	>
<channel>
	<title>Comments for Bluebird's blog</title>
	<atom:link href="http://www.freehackers.org/bluebird/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freehackers.org/bluebird</link>
	<description></description>
	<pubDate>Thu, 11 Mar 2010 21:15:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Windres problem and solution by orzel</title>
		<link>http://www.freehackers.org/bluebird/2007/08/15/windres-problem-and-solution/#comment-20</link>
		<dc:creator>orzel</dc:creator>
		<pubDate>Wed, 30 Sep 2009 00:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://phil.freehackers.org/wordpress/?p=3#comment-20</guid>
		<description>The trick doesn't work anymore with gcc-4.4 (at least i think this is the reason why it doesnt work anymore).

David : your atlernative does work, thanks a LOT for this!</description>
		<content:encoded><![CDATA[<p>The trick doesn&#8217;t work anymore with gcc-4.4 (at least i think this is the reason why it doesnt work anymore).</p>
<p>David : your atlernative does work, thanks a LOT for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windres problem and solution by David</title>
		<link>http://www.freehackers.org/bluebird/2007/08/15/windres-problem-and-solution/#comment-18</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 27 Mar 2009 12:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://phil.freehackers.org/wordpress/?p=3#comment-18</guid>
		<description>Other alternative:

 ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/qyzis_ico.obj
                        COMMAND windres.exe -I. -o ${CMAKE_CURRENT_BINARY_DIR}/qyzis_ico.obj -i qyzis_ico.rc
                        WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
                        )

Thanks for your post!</description>
		<content:encoded><![CDATA[<p>Other alternative:</p>
<p> ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/qyzis_ico.obj<br />
                        COMMAND windres.exe -I. -o ${CMAKE_CURRENT_BINARY_DIR}/qyzis_ico.obj -i qyzis_ico.rc<br />
                        WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}<br />
                        )</p>
<p>Thanks for your post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windres problem and solution by AgiceRuidge</title>
		<link>http://www.freehackers.org/bluebird/2007/08/15/windres-problem-and-solution/#comment-15</link>
		<dc:creator>AgiceRuidge</dc:creator>
		<pubDate>Tue, 04 Nov 2008 15:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://phil.freehackers.org/wordpress/?p=3#comment-15</guid>
		<description>I don't even know,fellow!) continued to write in the same vein, it is interesting people!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t even know,fellow!) continued to write in the same vein, it is interesting people!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windres problem and solution by admin</title>
		<link>http://www.freehackers.org/bluebird/2007/08/15/windres-problem-and-solution/#comment-12</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 02 Oct 2008 09:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://phil.freehackers.org/wordpress/?p=3#comment-12</guid>
		<description>When using mingw, you should get rid or cygwin as much as you can. Usually, I simply discard cygwin and work in a dos shell. That's really annoying in terms of shell capabilities but at the same time, it avoids tons of problems.</description>
		<content:encoded><![CDATA[<p>When using mingw, you should get rid or cygwin as much as you can. Usually, I simply discard cygwin and work in a dos shell. That&#8217;s really annoying in terms of shell capabilities but at the same time, it avoids tons of problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windres problem and solution by Joshua</title>
		<link>http://www.freehackers.org/bluebird/2007/08/15/windres-problem-and-solution/#comment-11</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Wed, 01 Oct 2008 19:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://phil.freehackers.org/wordpress/?p=3#comment-11</guid>
		<description>I had a similar problem, except I didn't have any spaces in the path.  Instead, windres wasn't seeing the backslashes being passed to it.  The problem turned out to be that codeblocks wasn't calling MinGW's windres -- it was calling the first windres.exe found in my path -- which happened to be Cygwin's.  I renamed cygwin's windres.exe to something else and the problem was solved.  A better "solution" is to place MinGW ahead of Cygwin in my path.</description>
		<content:encoded><![CDATA[<p>I had a similar problem, except I didn&#8217;t have any spaces in the path.  Instead, windres wasn&#8217;t seeing the backslashes being passed to it.  The problem turned out to be that codeblocks wasn&#8217;t calling MinGW&#8217;s windres &#8212; it was calling the first windres.exe found in my path &#8212; which happened to be Cygwin&#8217;s.  I renamed cygwin&#8217;s windres.exe to something else and the problem was solved.  A better &#8220;solution&#8221; is to place MinGW ahead of Cygwin in my path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windres problem and solution by orzel</title>
		<link>http://www.freehackers.org/bluebird/2007/08/15/windres-problem-and-solution/#comment-2</link>
		<dc:creator>orzel</dc:creator>
		<pubDate>Mon, 19 May 2008 16:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://phil.freehackers.org/wordpress/?p=3#comment-2</guid>
		<description>Nice to hear the blog has been useful for someone :-)</description>
		<content:encoded><![CDATA[<p>Nice to hear the blog has been useful for someone <img src='http://www.freehackers.org/bluebird/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windres problem and solution by keeney</title>
		<link>http://www.freehackers.org/bluebird/2007/08/15/windres-problem-and-solution/#comment-1</link>
		<dc:creator>keeney</dc:creator>
		<pubDate>Mon, 19 May 2008 13:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://phil.freehackers.org/wordpress/?p=3#comment-1</guid>
		<description>Thanks, it works!</description>
		<content:encoded><![CDATA[<p>Thanks, it works!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
