about summary refs log tree commit diff
path: root/pkgs/build-support/mono-dll-fixer
AgeCommit message (Collapse)AuthorFilesLines
2021-11-20mono-dll-fixer: remove builder.shFelix Buehler2-6/+5
2016-08-02treewide: Some EOF-whitespace fixesTuomas Tynkkynen1-1/+1
2006-12-27* Remove references to substitute.sh.Eelco Dolstra2-2/+0
svn path=/nixpkgs/trunk/; revision=7499
2005-12-05* "." -> "source".Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=4335
2005-03-03* Added a tool `mono-dll-fixer' to absolutise the DLL maps in theEelco Dolstra3-0/+46
`*.dll.config' files corresponding to CLR assemblies. I.e., the full path to native libraries is included in the maps. In effect this allows us to set the equivalent of an RPATH for assemblies. * gtk-sharp: use the DLL fixer. It's not perfect yet: I still have to set the LD_LIBRARY_PATH for monodoc to include the gtk-sharp lib directory itself, so that it can find the `*sharpglue.so' files. This seems to be gtk-sharp's fault; it doesn't have an entry for those libraries in its DLL maps. svn path=/nixpkgs/trunk/; revision=2330