<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>how to embed a manifest</title><link>http://blogs.msdn.com/ejarvi/archive/2006/01/10/511357.aspx</link><description>Learned a trick for embedding manifests today (1=exe, 2=dll): mt.exe -outputresource:output.exe;1 -manifest output.exe.manifest mt.exe -outputresource:output.dll;2 -manifest output.dll.manifest</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Embedd manifest with makefiles in VS2005</title><link>http://blogs.msdn.com/ejarvi/archive/2006/01/10/511357.aspx#559184</link><pubDate>Thu, 23 Mar 2006 22:09:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:559184</guid><dc:creator>Nikola Dudar's WebLog</dc:creator><description>How to update existing makefiles to embed manifest (follow up on MSDN Example).</description></item><item><title>Embed manifest with makefiles in VS2005</title><link>http://blogs.msdn.com/ejarvi/archive/2006/01/10/511357.aspx#562178</link><pubDate>Mon, 27 Mar 2006 20:52:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:562178</guid><dc:creator>Nikola Dudar's WebLog</dc:creator><description>It is pointed out to me that MSDN example on how to embed manifest is focused on changes into one makefile. In this post I outline how one can change many existing makefiles to embed manifest.</description></item></channel></rss>