summaryrefslogtreecommitdiff
path: root/build/win32/vs10/pango.vcxprojin
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-08-21 13:42:52 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-08-21 13:42:52 +0800
commitced5268e1a2f53cb7bf3975a619d999193d56fc6 (patch)
tree2b76cf3e988bafcdb482af848c54b0599374c4ad /build/win32/vs10/pango.vcxprojin
parenteb15f43682080a8c9ceba87246dec76def444ced (diff)
downloadpango-ced5268e1a2f53cb7bf3975a619d999193d56fc6.tar.gz
Update pango Visual C++ project templates
Simplify the inclusion of the mini-fribidi sources a bit, so we can use the -I flag to the preprocessor when creating the projects
Diffstat (limited to 'build/win32/vs10/pango.vcxprojin')
-rw-r--r--build/win32/vs10/pango.vcxprojin4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vs10/pango.vcxprojin b/build/win32/vs10/pango.vcxprojin
index 81f39fa7..c39fb9da 100644
--- a/build/win32/vs10/pango.vcxprojin
+++ b/build/win32/vs10/pango.vcxprojin
@@ -308,9 +308,9 @@
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">PANGO_MODULE_PREFIX=_pango_indic_lang;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
#include "libpango.vs10.sourcefiles"
-#include "mini-fribidi/libmini-fribidi.vs10.sourcefiles"
+#include "libmini-fribidi.vs10.sourcefiles"
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>