On Wed, 2011-01-12 at 11:05 +0100, Martin Zibricky wrote:
> Giovanni Bajo píše v St 12. 01. 2011 v 00:25 +0100:
> > I've just committed an updated bootloader in SVN trunk (thanks to
> > Martin
> > for disabling manifest generation), for Windows 32-bit.
> > 
> > Stefan, can you please try again with SVN trunk? (assuming you are not
> > using 64-bit Python on 64-bit Windows)
> 
> What I did was that when compiling bootloader the manifest file is not
> embedded to executable by manifest tool 'mt.exe'.
> 
> However there is still passed link flag '/MANIFEST' to the compiler. So
> if it still won't work we could try something with this flag (disable,
> etc.).
> 
> This is explanation of this flag:
> http://msdn.microsoft.com/en-us/library/f2c0w594(v=vs.80).aspx
> 

I don't think it matters: that flag just asks the linker to create the
manifest on the disk. Since we don't copy it over from the build
directory, nor embed it anymore with mt.exe, it does not affect the
generated executable, as far as I can tell.
-- 
Giovanni Bajo   ::  [email protected]
Develer S.r.l.  ::  http://www.develer.com

My Blog: http://giovanni.bajo.it
Last post: Compile-time Function Execution in D

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to