Visual Studio 2008 builds: Ensure pc file is generated before "install"
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 Apr 2016 10:12:09 +0000 (18:12 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 Apr 2016 10:12:09 +0000 (18:12 +0800)
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

index 2254f8b..8043747 100644 (file)
@@ -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>