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:[email protected] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
