From: Leonid Bloch Date: Wed, 26 Aug 2015 12:07:16 +0000 (+0300) Subject: qemu-ga: Fixed paths issue with MSI build X-Git-Tag: TizenStudio_2.0_p2.3.2~120^2~1^2~224^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=decdfbd28d754f6ff596c0201ab55e9ff4df5b4e;p=sdk%2Femulator%2Fqemu.git qemu-ga: Fixed paths issue with MSI build Previously, if building out-of-tree, the MSI build would fail since it wasn't able to find the needed files. Signed-off-by: Leonid Bloch Reviewed-by: Marc-André Lureau * fixed up commit msg formating Signed-off-by: Michael Roth --- diff --git a/Makefile b/Makefile index 9a4c3c6..f98a554 100644 --- a/Makefile +++ b/Makefile @@ -305,8 +305,8 @@ endif $(QEMU_GA_MSI): config-host.mak -$(QEMU_GA_MSI): qga/installer/qemu-ga.wxs - $(call quiet-command,QEMU_GA_VERSION="$(QEMU_GA_VERSION)" QEMU_GA_MANUFACTURER="$(QEMU_GA_MANUFACTURER)" QEMU_GA_DISTRO="$(QEMU_GA_DISTRO)" \ +$(QEMU_GA_MSI): $(SRC_PATH)/qga/installer/qemu-ga.wxs + $(call quiet-command,QEMU_GA_VERSION="$(QEMU_GA_VERSION)" QEMU_GA_MANUFACTURER="$(QEMU_GA_MANUFACTURER)" QEMU_GA_DISTRO="$(QEMU_GA_DISTRO)" BUILD_DIR="$(BUILD_DIR)" \ wixl -o $@ $(QEMU_GA_MSI_ARCH) $(QEMU_GA_MSI_WITH_VSS) $(QEMU_GA_MSI_MINGW_DLL_PATH) $<, " WIXL $@") else msi: diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index c195b4b..6804f02 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -66,7 +66,7 @@ - + - + - +