I\'m cross compiling an application with i586-mingw32msvc under ubuntu.
I\'m having difficulties understanding how to embed a manifest file to require administrator exec
With some intense voodoo I got it to work with this on my hello.rc file:
hello.rc
1 24 "hello.exe.manifest"
Won't even search to know what the 24 is for (resource type manifest?!).. :-)