mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
qga-vss: always build qga-vss.tlb when qga-vss.dll is built
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>
This commit is contained in:
parent
158bb2249e
commit
f780a3f480
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,6 @@ qga_vss = shared_module(
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
all_qga += qga_vss
|
|
||||||
|
|
||||||
if midl.found()
|
if midl.found()
|
||||||
gen_tlb = custom_target('gen-tlb',
|
gen_tlb = custom_target('gen-tlb',
|
||||||
input: 'qga-vss.idl',
|
input: 'qga-vss.idl',
|
||||||
|
@ -36,3 +34,5 @@ else
|
||||||
output: 'qga-vss.tlb',
|
output: 'qga-vss.tlb',
|
||||||
command: [widl, '-t', '@INPUT@', '-o', '@OUTPUT@'])
|
command: [widl, '-t', '@INPUT@', '-o', '@OUTPUT@'])
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
all_qga += [ qga_vss, gen_tlb ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue