Commit Graph

58 Commits

Author SHA1 Message Date
Nirbheek Chauhan d03cf04598 install_subdir: Also copy dangling symlinks
Fixes https://github.com/mesonbuild/meson/issues/3914
2018-08-15 04:57:23 -07:00
Jussi Pakkanen 15fb284395 Fix install when run with meson.exe. Closes #3988. 2018-08-09 09:08:33 -07:00
Nirbheek Chauhan c69030c123 Don't require an import library for shared modules
Shared modules may be resource-only DLLs, or might automatically
self-initialize using C constructors or WinMain at DLL load time.

When an import library is not found for a shared module, just print
a message about it instead of erroring out.

Fixes #3965
2018-08-09 18:39:19 +03:00
Xi Ruoyao 8893d03703 Fix pkexec command for installation via polkit 2018-07-04 15:21:42 +00:00
Jussi Pakkanen 10b094c980 Make it work with current master. 2018-06-20 20:38:26 +03:00
Jussi Pakkanen e60bf5d833 Add option to only install changed files. 2018-06-18 22:12:13 +03:00
Jussi Pakkanen 6a21e19515 Refactored installer to use a class to eradicate global variables. 2018-06-18 22:12:13 +03:00
Jussi Pakkanen 6cf79f86ee Made install a top level Meson command. 2018-06-18 22:02:56 +03:00