[Haskell-cafe] Compiling on Windows - using a particular Manifest
file
Bulat Ziganshin
bulat.ziganshin at gmail.com
Tue Feb 9 06:41:23 EST 2010
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 at gmail.com
More information about the Haskell-Cafe
mailing list