summaryrefslogtreecommitdiff
path: root/win32/perlexe.rc
Commit message (Collapse)AuthorAgeFilesLines
* Always add a manifest resource to perl.exe to specify the <trustInfo>Jan Dubois2009-11-201-0/+7
| | | | | | | | | | | | | | | | | | settings for Windows Vista and later. Without this setting Windows will treat perl.exe as a legacy application and apply various heuristics like redirecting access to protected file system areas (like the "Program Files" folder) to the users "VirtualStore" instead of generating a proper "permission denied" error. For VC8 and VC9 this manifest setting is automatically generated by the compiler/linker (together with the binding information for their respective runtime libraries); for all other compilers we need to embed the manifest resource explicitly in the external resource file. This change also requests the Microsoft Common-Controls version 6.0 (themed controls introduced in Windows XP) via the dependency list in the assembly manifest. For VC8 and VC9 this is specified using the /manifestdependency linker commandline option instead.
* Re: [PATCH] Add "Camel" logo icon to perl.exe on WindowsSteve Hay2004-01-221-0/+1
Message-ID: <4010038D.4070104@uk.radan.com> p4raw-id: //depot/perl@22195