diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-04-09 18:16:42 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-04-09 18:16:42 +0800 |
commit | d3a460865cf796b35cc9cf0e7e42781432a4138c (patch) | |
tree | 8307d793cf4f56adc7f115c5e79cb084cd177f2a /build/win32/vs9 | |
parent | d3adb1e58a40a01ecf8706adcbbfca01f7c9fe35 (diff) | |
download | pango-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')
-rw-r--r-- | build/win32/vs9/pango-install.vspropsin | 1 |
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
 #include "pango.headers" if "$(ConfigurationName)" == "Release" goto END
 |