Files
nixpkgs/pkgs/build-support
Vladimír Čunát 6e7787e666 stdenv for windows: auto-link dependency DLLs
For every *.{exe,dll} in $output/bin/ we try to find all (potential)
transitive dependencies and symlink those DLLs into $output/bin
so they are found on invocation.
(DLLs are first searched in the directory of the running exe file.)

The links are relative, so relocating whole /nix/store won't break them.
The hook is activated on cygwin and when cross-compiling to mingw.
2016-04-23 10:52:00 +02:00
..
2016-03-28 08:23:06 +01:00
2015-11-25 17:14:03 +08:00
2015-03-04 22:15:46 +01:00
2016-02-01 18:19:23 +01:00
2016-04-18 21:13:18 +02:00