Compiling on Windows - using a particular Manifest file

8 Feb
2010
8 Feb
'10
8:03 p.m.
Hi, how can I make ghc use a particular manifest file for embedding? (on Windows) Günther

9 Feb
9 Feb
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
5581
Age (days ago)
5581
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bulat Ziganshin
-
Günther Schmidt