summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-04-09 18:16:42 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-04-09 18:16:42 +0800
commitd3a460865cf796b35cc9cf0e7e42781432a4138c (patch)
tree8307d793cf4f56adc7f115c5e79cb084cd177f2a /build
parentd3adb1e58a40a01ecf8706adcbbfca01f7c9fe35 (diff)
downloadpango-d3a460865cf796b35cc9cf0e7e42781432a4138c.tar.gz
MSVC Builds: Fix Header "Installation"
Create the directory where the headers should be copied. I did not notice this as there was always $(GlibEtcInstallRoot)\vs$(VSVER)\$(PLAT)\include\pango-1.0\pango. Oops.
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/pango-install.propsin1
-rw-r--r--build/win32/vs9/pango-install.vspropsin1
2 files changed, 2 insertions, 0 deletions
diff --git a/build/win32/vs10/pango-install.propsin b/build/win32/vs10/pango-install.propsin
index a3667639..4a04b516 100644
--- a/build/win32/vs10/pango-install.propsin
+++ b/build/win32/vs10/pango-install.propsin
@@ -8,6 +8,7 @@
<InstalledDlls>$(BinDir)\$(PangoDllPrefix)pango(PangoDllSuffix).dll;$(BinDir)\$(PangoDllPrefix)pangowin32(PangoDllSuffix).dll;$(BinDir)\$(PangoDllPrefix)pangocairo(PangoDllSuffix).dll</InstalledDlls>
<InstalledFCDlls>$(BinDir)\$(PangoDllPrefix)pangoft2(PangoDllSuffix).dll</InstalledFCDlls>
<PangoInstallHeadersData>
+mkdir $(CopyDir)\include\pango-$(PangoApiVersion)\pango
#include "pango.vs10.headers"
if "$(Configuration)" == "Release" goto END
diff --git a/build/win32/vs9/pango-install.vspropsin b/build/win32/vs9/pango-install.vspropsin
index 08c7a12f..531ce8e9 100644
--- a/build/win32/vs9/pango-install.vspropsin
+++ b/build/win32/vs9/pango-install.vspropsin
@@ -8,6 +8,7 @@
<UserMacro
Name="PangoInstallHeadersData"
Value="
+mkdir $(CopyDir)\include\pango-$(PangoApiVersion)\pango&#x0D;&#x0A;
#include "pango.headers"
if &quot;$(ConfigurationName)&quot; == &quot;Release&quot; goto END&#x0D;&#x0A;