Hi,
I have a Makefile.PL that, in addition to doing the usual things, compiles 3 executables from C source files - by running system() commands. On Windows Vista64, (ActiveState build 820), when building with Visual Studio 2005 I find that in addition to building the '*.exe' (as expected), a '*.exe.manifest' is also created (which I didn't expect).

A quick and simple test case failed to re-create the problem. I'll try to come up with a proper test case tomorrow. In the meantime, is anyone here familiar with the circumstances that lead to the creation of this ridiculous file ?

As an example of what it contains, here are the contents of 'version.exe.manifest' (which, seemingly, is created when version.exe is built from version.c):
<?xml version='1.0' encoding='UTF-8' standalone='yes'?> <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1. +0'> <dependency> <dependentAssembly> <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version +='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1 +e18e3b' /> </dependentAssembly> </dependency> </assembly>
Cheers,
Rob

In reply to Makefile.PL and *.exe.manifest by syphilis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.