[Haskell-cafe] Compiling a windows app - embedding application icon

2009-06-02 Thread GüŸnther Schmidt
Hi all, is it possible to make ghc embedd an application icon in the .exe during the compilation process? Günther ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Compiling a windows app - embedding application icon

2009-06-02 Thread Bulat Ziganshin
Hello Gu?nther, Tuesday, June 2, 2009, 4:47:55 PM, you wrote: is it possible to make ghc embedd an application icon in the .exe during the compilation process? i've found that answer may be googled as gcc icon: 1) create icon.rc containing one line: 100 ICON freearc.ico 2) compile it using