summaryrefslogtreecommitdiff
path: root/build/win32/vs9/pango-install.vspropsin
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/win32/vs9/pango-install.vspropsin
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/win32/vs9/pango-install.vspropsin')
-rw-r--r--build/win32/vs9/pango-install.vspropsin1
1 files changed, 1 insertions, 0 deletions
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;