<?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>Comments on: Compiling Lua with Visual Studio 2010</title>
	<atom:link href="http://sigttou.com/lua-visual-studio-2010-2/feed" rel="self" type="application/rss+xml" />
	<link>http://sigttou.com/lua-visual-studio-2010-2</link>
	<description>Just another background process...</description>
	<lastBuildDate>Mon, 07 May 2012 01:42:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chris Johnson</title>
		<link>http://sigttou.com/lua-visual-studio-2010-2/comment-page-1#comment-201</link>
		<dc:creator>Chris Johnson</dc:creator>
		<pubDate>Tue, 03 Apr 2012 02:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://sigttou.com/?p=193#comment-201</guid>
		<description>Thanks a lot for this. I just compiled Lua 5.2. Seems to work fine.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this. I just compiled Lua 5.2. Seems to work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://sigttou.com/lua-visual-studio-2010-2/comment-page-1#comment-200</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 22 Mar 2012 01:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://sigttou.com/?p=193#comment-200</guid>
		<description>Can someone please explain in laymens terms</description>
		<content:encoded><![CDATA[<p>Can someone please explain in laymens terms</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sascha Hennig</title>
		<link>http://sigttou.com/lua-visual-studio-2010-2/comment-page-1#comment-196</link>
		<dc:creator>Sascha Hennig</dc:creator>
		<pubDate>Sat, 25 Feb 2012 21:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://sigttou.com/?p=193#comment-196</guid>
		<description>I can confirm that this is still working with LUA 5.1.5 (the last 5.1 release), not with version 5.2+ any longer though. As 5.1 is what I currently need, this is good for me - thanks a lot, it saved a great deal of my time :) And with minor modifications it will help me to compile future versions as well - grand!</description>
		<content:encoded><![CDATA[<p>I can confirm that this is still working with LUA 5.1.5 (the last 5.1 release), not with version 5.2+ any longer though. As 5.1 is what I currently need, this is good for me &#8211; thanks a lot, it saved a great deal of my time <img src='http://sigttou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And with minor modifications it will help me to compile future versions as well &#8211; grand!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konrads</title>
		<link>http://sigttou.com/lua-visual-studio-2010-2/comment-page-1#comment-195</link>
		<dc:creator>Konrads</dc:creator>
		<pubDate>Sat, 11 Feb 2012 23:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://sigttou.com/?p=193#comment-195</guid>
		<description>Thanks for .sln files! it is worth noting that your binaries are shipped with /MD and not /MT</description>
		<content:encoded><![CDATA[<p>Thanks for .sln files! it is worth noting that your binaries are shipped with /MD and not /MT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krzys</title>
		<link>http://sigttou.com/lua-visual-studio-2010-2/comment-page-1#comment-189</link>
		<dc:creator>krzys</dc:creator>
		<pubDate>Tue, 15 Nov 2011 20:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://sigttou.com/?p=193#comment-189</guid>
		<description>That&#039;s just what I needed - very big THANKS!</description>
		<content:encoded><![CDATA[<p>That&#8217;s just what I needed &#8211; very big THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kexplo</title>
		<link>http://sigttou.com/lua-visual-studio-2010-2/comment-page-1#comment-188</link>
		<dc:creator>Kexplo</dc:creator>
		<pubDate>Tue, 15 Nov 2011 16:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://sigttou.com/?p=193#comment-188</guid>
		<description>Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A happy person</title>
		<link>http://sigttou.com/lua-visual-studio-2010-2/comment-page-1#comment-167</link>
		<dc:creator>A happy person</dc:creator>
		<pubDate>Thu, 25 Aug 2011 12:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://sigttou.com/?p=193#comment-167</guid>
		<description>Thanks mate, this saved me a lot of trouble.</description>
		<content:encoded><![CDATA[<p>Thanks mate, this saved me a lot of trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://sigttou.com/lua-visual-studio-2010-2/comment-page-1#comment-71</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 30 May 2010 22:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://sigttou.com/?p=193#comment-71</guid>
		<description>Hi Bob

I&#039;m trying to build lua514 to use it with luabridge (a bridge between Lua and dot-net). I think this requires a DLL build. I&#039;ll try to do it myself based on your project files, and we&#039;ll see how far I get :)

--Joe</description>
		<content:encoded><![CDATA[<p>Hi Bob</p>
<p>I&#8217;m trying to build lua514 to use it with luabridge (a bridge between Lua and dot-net). I think this requires a DLL build. I&#8217;ll try to do it myself based on your project files, and we&#8217;ll see how far I get <img src='http://sigttou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8211;Joe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

