summaryrefslogtreecommitdiff
path: root/build/win32/vs10/install.vcxproj
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-12-02 17:34:51 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-12-02 17:34:51 +0800
commitbbeb1a45ab3c14194b565e5786645822bd0ef8f8 (patch)
tree04bbaba3626e944fd2d1999126a8b58cd217bb8d /build/win32/vs10/install.vcxproj
parent0f7f77785692cb7c72078335414e764c7081f643 (diff)
downloadpango-bbeb1a45ab3c14194b565e5786645822bd0ef8f8.tar.gz
Clean up the Visual Studio 2010 projects
Use a single solution file for the non-PangoFT2 and PangoFT2 builds, and use a single PangoCairo project for these builds too. Also get rid of configurations that we don't really need in the Pango and PangoWin32 projects.
Diffstat (limited to 'build/win32/vs10/install.vcxproj')
-rw-r--r--build/win32/vs10/install.vcxproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/install.vcxproj
index bec2bb13..4e8fc047 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/install.vcxproj
@@ -140,42 +140,42 @@
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_FC|Win32'">
<PreBuildEvent>
- <Command>$(PangoDoInstall) $(PangoInstallFCHeaders)</Command>
+ <Command>$(PangoInstallFC) $(PangoDoInstall)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<PreBuildEvent>
- <Command>$(PangoDoInstall)</Command>
+ <Command>$(PangoInstallNoFC) $(PangoDoInstall)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'">
<PreBuildEvent>
- <Command>$(PangoDoInstall) $(PangoInstallFCHeaders)</Command>
+ <Command>$(PangoInstallFC) $(PangoDoInstall)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<PreBuildEvent>
- <Command>$(PangoDoInstall)</Command>
+ <Command>$(PangoInstallNoFC) $(PangoDoInstall)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'">
<PreBuildEvent>
- <Command>$(PangoDoInstall) $(PangoInstallFCHeaders)</Command>
+ <Command>$(PangoInstallFC) $(PangoDoInstall)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PreBuildEvent>
- <Command>$(PangoDoInstall)</Command>
+ <Command>$(PangoInstallNoFC) $(PangoDoInstall)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'">
<PreBuildEvent>
- <Command>$(PangoDoInstall) $(PangoInstallFCHeaders)</Command>
+ <Command>$(PangoInstallFC) $(PangoDoInstall)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PreBuildEvent>
- <Command>$(PangoDoInstall)</Command>
+ <Command>$(PangoInstallNoFC) $(PangoDoInstall)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>