[pango] Bug 653985: Fix the VS2010 Pangowin32 project
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Bug 653985: Fix the VS2010 Pangowin32 project
- Date: Fri, 16 Sep 2011 03:20:52 +0000 (UTC)
commit e4128227861446f1068f32b1458f8d6d88fbbd02
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Sep 16 11:33:51 2011 +0800
Bug 653985: Fix the VS2010 Pangowin32 project
Define the PANGO_MODULE_PREFIX in the project, as was done with the
VS9 project in commit 552ffc231.
build/win32/vs10/pangowin32.vcxproj | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/build/win32/vs10/pangowin32.vcxproj b/build/win32/vs10/pangowin32.vcxproj
index 6401798..e761f36 100644
--- a/build/win32/vs10/pangowin32.vcxproj
+++ b/build/win32/vs10/pangowin32.vcxproj
@@ -297,7 +297,16 @@
<ResourceCompile Include="..\..\..\pango\pangowin32.rc" />
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\..\..\modules\basic\basic-win32.c" />
+ <ClCompile Include="..\..\..\modules\basic\basic-win32.c">
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_FC|Win32'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_FC|x64'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_FC|Win32'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_FC|x64'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">PANGO_MODULE_PREFIX=_pango_basic_win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
<ClCompile Include="..\..\..\pango\module-defs-win32.c" />
<ClCompile Include="..\..\..\pango\pangowin32-fontcache.c" />
<ClCompile Include="..\..\..\pango\pangowin32-fontmap.c" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]