On 28/08/2015 01:55, Michael Roth wrote: > Now we can build qemu-ga MSI package with: > ./configure ... > make qemu-ga.exe > make msi > > or simply: > ./configure ... > make msi
Shouldn't the latter have always worked? I think that if someone does "make qemu-ga.exe" they should *not* get the VSS files. Perhaps we can add a Win32-specific phony qemu-ga target to build both qemu-ga.exe and the VSS files, but this patch's use of filter-out is a bit ugly. Paolo