This commit is contained in:
Joey Hess 2017-06-06 16:02:11 -04:00
parent aff0ce86da
commit 252f254349
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2017-06-06T19:59:43Z"
content="""
<https://downloads.haskell.org/~ghc/6.10.3/docs/html/users_guide/options-phases.html#options-linker>
has some stuff about the windows manifest files. Seems that ghc supplies a
default one, and -fno-embed-manifest can be used to disable that. Then
`windres` could be used to add in a manifest file that enables long
filenames.
"""]]