projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
158bb22
)
qga-vss: always build qga-vss.tlb when qga-vss.dll is built
author
Konstantin Kostiuk
<kkostiuk@redhat.com>
Thu, 28 Apr 2022 18:15:41 +0000
(21:15 +0300)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Sat, 7 May 2022 05:46:58 +0000
(07:46 +0200)
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Message-Id: <
20220428181541
.300619-1-kkostiuk@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qga/vss-win32/meson.build
patch
|
blob
|
history
diff --git
a/qga/vss-win32/meson.build
b/qga/vss-win32/meson.build
index 71c50d0866c43516742614e7920d5abcccb37c0a..26c5dd6e0efd4b36f778ab938cada42c17770bbe 100644
(file)
--- a/
qga/vss-win32/meson.build
+++ b/
qga/vss-win32/meson.build
@@
-23,8
+23,6
@@
qga_vss = shared_module(
]
)
-all_qga += qga_vss
-
if midl.found()
gen_tlb = custom_target('gen-tlb',
input: 'qga-vss.idl',
@@
-36,3
+34,5
@@
else
output: 'qga-vss.tlb',
command: [widl, '-t', '@INPUT@', '-o', '@OUTPUT@'])
endif
+
+all_qga += [ qga_vss, gen_tlb ]