
9 Feb
2010
9 Feb
'10
6:41 a.m.
Hello Günther, Tuesday, February 9, 2010, 4:03:48 AM, you wrote:
how can I make ghc use a particular manifest file for embedding? (on Windows)
compile.cmd: windres.exe -I. Register.rc res.o g++.exe Register.cpp res.o Register.rc: 1 24 "Register.exe.manifest" windres is standard mingw tool alternatively: mt.exe -manifest Register64.exe.manifest -outputresource:Register64.exe where mt.exe is MSVS tool (probably available in free MSVS Express) -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com