summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-04-20 18:12:09 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-04-20 18:12:09 +0800
commit65d536ae18cbd1754a917370dce708160ecc4d61 (patch)
treef3a48fd4dba6ccc4b42667b980fa75c816e1b156
parent77f85f7cd9d2cbb6e05cd9139741dbd06b110d0e (diff)
downloadatk-65d536ae18cbd1754a917370dce708160ecc4d61.tar.gz
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.
-rw-r--r--build/win32/vs9/atk-install.vcproj4
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>