From d6e771342956f14069b3f91febe71c70537efe86 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 8 Oct 2015 20:06:31 +0800 Subject: [PATCH] Fix build/win32/vs10/atk-install.vcxproj Replace AtkEtcInstallRoot with GlibEtcInstallRoot, which is a leftover from before. --- build/win32/vs10/atk-install.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/win32/vs10/atk-install.vcxproj b/build/win32/vs10/atk-install.vcxproj index c375c9e..eaecd21 100644 --- a/build/win32/vs10/atk-install.vcxproj +++ b/build/win32/vs10/atk-install.vcxproj @@ -66,14 +66,14 @@ - $(AtkEtcInstallRoot)\ - $(AtkEtcInstallRoot)\ + $(GLibEtcInstallRoot)\ + $(GLibEtcInstallRoot)\ $(Configuration)\ $(Configuration)\ - $(AtkEtcInstallRoot)\ + $(GLibEtcInstallRoot)\ $(Configuration)\ - $(AtkEtcInstallRoot)\ + $(GLibEtcInstallRoot)\ -- 2.7.4