[atk] Visual Studio 2008 builds: Ensure pc file is generated before "install"



commit 65d536ae18cbd1754a917370dce708160ecc4d61
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Apr 20 18:12:09 2016 +0800

    Visual Studio 2008 builds: Ensure pc file is generated before "install"
    
    Change the build event type to post build event, for all build types, to
    ensure that we have the .pc file generated before copying the files, if
    applicable.

 build/win32/vs9/atk-install.vcproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/win32/vs9/atk-install.vcproj b/build/win32/vs9/atk-install.vcproj
index 2254f8b..8043747 100644
--- a/build/win32/vs9/atk-install.vcproj
+++ b/build/win32/vs9/atk-install.vcproj
@@ -40,7 +40,7 @@
                        DeleteExtensionsOnClean=""
                        >
                        <Tool
-                               Name="VCPreBuildEventTool"
+                               Name="VCPostBuildEventTool"
                                CommandLine="$(AtkDoInstall)"
                        />
                </Configuration>
@@ -68,7 +68,7 @@
                        DeleteExtensionsOnClean=""
                        >
                        <Tool
-                               Name="VCPreBuildEventTool"
+                               Name="VCPostBuildEventTool"
                                CommandLine="$(AtkDoInstall)"
                        />
                </Configuration>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]