FIX #1271: create manifests, and embed them in executables on Windows
We have 4 new flags: -fno-gen-manifest suppresses creation of foo.exe.manifest -fno-embed-manifest suppresses embedding of the manifest in the executable -pgmwindres specify a program to use instead of windres -optwindres extra options to pass to windres "windres" is now copied from mingw and included in a binary distribution.
Showing
- compiler/main/DriverPipeline.hs 56 additions, 1 deletioncompiler/main/DriverPipeline.hs
- compiler/main/DynFlags.hs 15 additions, 1 deletioncompiler/main/DynFlags.hs
- compiler/main/SysTools.lhs 17 additions, 1 deletioncompiler/main/SysTools.lhs
- distrib/prep-bin-dist-mingw 1 addition, 0 deletionsdistrib/prep-bin-dist-mingw
Loading
Please register or sign in to comment