]> git.xonotic.org Git - xonotic/netradiant.git/commit
msys2/bundle: properly parse ldd output for dll bundling on windows 128/head
authorThomas Debesse <dev@illwieckz.net>
Fri, 31 May 2019 15:59:56 +0000 (17:59 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sat, 1 Jun 2019 15:06:19 +0000 (17:06 +0200)
commitd1b1a633819da586461b96c6a2b1bdf02df059b2
treee1f84a59306b57cf31e8b224377933b10e860ab4
parentbd8afc208bbc02a7be574ebe513f2f8955e23c1f
msys2/bundle: properly parse ldd output for dll bundling on windows

- properly filters out Windows dll using case insensitive grep
- filters out non .dll lines in ldd output, avoid empty lines and ??? lines
- copy dll preserving timestamps
CMakeLists.txt