Douglas E. Engert wrote:
When using the VC++2005 also known as VC++8.0, Microsoft
introduced the use of manifest files. These either need
to be shiped around with the dll and exe files or then can
be included in the file as an additional resource.
Attached are changes to the Makefile.mak for OpenSC.
(The Makefile.mak files in engine_pkcs11 and libp11 need a
similiar change.)
After the link of very exe or dll a line like this is added.
if EXIST [EMAIL PROTECTED] mt -manifest [EMAIL PROTECTED]
-outputresource:$@;1
If using some other comipiler which does not produce the manifest
files the if EXIST will skip the running of the mt command and the
build should continue as normal. For exe files the last digit is a 1,
for dll files it is a 2.
OpenSSL-0.9.8 in their util/pl/VC-32.pl file adds a similiar
line to nt.mak and ntdll.mak files for each exe and dll.
committed, please test.
Thanks,
Nils
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel