Subject: | embedding manifests |
On Windows, after a DLL is created, the manifest should be embedded
into it:
link ... -out:a.dll
mt -manifest a.dll.manifest -outputresource:a.dll;2
However, EUMM v6.30 doesn't do so. Is it just because I'm using an old
version, or is there some reason this is not done?
Thanks,
Sam