aboutsummaryrefslogtreecommitdiff
path: root/test cases/windows
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-06-02 17:59:29 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-06-07 12:57:39 +0000
commite9462ce2064f5ec38a628e6e310d459d42f58d9c (patch)
treeac0e064b9751ea6c780324d8a8c7ae741df64677 /test cases/windows
parent1f5c6d62bf1e88ae24dce79b5d7a586e8f783371 (diff)
downloadmeson-e9462ce2064f5ec38a628e6e310d459d42f58d9c.zip
meson-e9462ce2064f5ec38a628e6e310d459d42f58d9c.tar.gz
meson-e9462ce2064f5ec38a628e6e310d459d42f58d9c.tar.bz2
Install shared_module implibs
On Windows, if we are going to link with a shared module, we need the implib. Use case: The Xorg server builds some X protocol extensions as modules. The implibs for these modules need to be shipped as part of the SDK, to enable building of 3rd party extensions which reference symbols in (and hence on Windows, need to be linked with) these modules.
Diffstat (limited to 'test cases/windows')
-rw-r--r--test cases/windows/8 dll versioning/installed_files.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/windows/8 dll versioning/installed_files.txt b/test cases/windows/8 dll versioning/installed_files.txt
index a1e9b2d..20482bf 100644
--- a/test cases/windows/8 dll versioning/installed_files.txt
+++ b/test cases/windows/8 dll versioning/installed_files.txt
@@ -11,6 +11,7 @@
?msvc:usr/libexec/customdir.dll
?msvc:usr/libexec/customdir.lib
?msvc:usr/lib/module.dll
+?msvc:usr/lib/module.lib
?gcc:usr/bin/?libsome-0.dll
?gcc:usr/lib/libsome.dll.a
?gcc:usr/bin/?libnoversion.dll
@@ -22,3 +23,4 @@
?gcc:usr/libexec/?libcustomdir.dll
?gcc:usr/libexec/libcustomdir.dll.a
?gcc:usr/lib/?libmodule.dll
+?gcc:usr/lib/libmodule.dll.a