[pangomm] Update the MSVC Project Files
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm] Update the MSVC Project Files
- Date: Mon, 9 Sep 2013 08:43:16 +0000 (UTC)
commit 66bfdba9c9b11bd6099bb0d5cd41e09731fdfbfe
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Sep 9 16:43:06 2013 +0800
Update the MSVC Project Files
* MSVC_Net2005/gendef/gendef.vcproj:
MSVC_Net2008/gendef/gendef.vcproj:
MSVC_Net2010/gendef/gendef.vcxproj:
MSVC_Net2005/pangomm/pangomm.vcproj:
MSVC_Net2008/pangomm/pangomm.vcproj:
MSVC_Net2010/pangomm/pangomm.vcxproj: Clean up the project files by
purging unneeded entries, macros and whitespace.
Also improve on the project files by adding to the
AdditionalIncludeDirectories and AdditionalLibraryDirectories so that
they can find and use the deps from a local build directory instead
of using builds in the global include and libs path. This is useful when
we are building an unstable release as unstable releases usually require
the latest unstable releases of their respective deps, which we do not
usually want to place where they are used globally.
MSVC_Net2005/gendef/gendef.vcproj | 204 +--------------
MSVC_Net2005/pangomm/pangomm.vcproj | 479 +++++-----------------------------
MSVC_Net2008/gendef/gendef.vcproj | 192 +-------------
MSVC_Net2008/pangomm/pangomm.vcproj | 467 +++++----------------------------
MSVC_Net2010/gendef/gendef.vcxproj | 1 -
MSVC_Net2010/pangomm/pangomm.vcxproj | 21 +-
6 files changed, 162 insertions(+), 1202 deletions(-)
---
diff --git a/MSVC_Net2005/gendef/gendef.vcproj b/MSVC_Net2005/gendef/gendef.vcproj
index 379eae9..18e4372 100644
--- a/MSVC_Net2005/gendef/gendef.vcproj
+++ b/MSVC_Net2005/gendef/gendef.vcproj
@@ -26,24 +26,9 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ PreprocessorDefinitions="_DEBUG"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -53,15 +38,6 @@
DebugInformationFormat="4"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gendef.exe"
LinkIncremental="2"
@@ -71,30 +47,6 @@
SubSystem="1"
TargetMachine="1"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Release|Win32"
@@ -105,23 +57,8 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ PreprocessorDefinitions=""
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -129,15 +66,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gendef.exe"
LinkIncremental="1"
@@ -148,30 +76,6 @@
EnableCOMDATFolding="2"
TargetMachine="1"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Debug|x64"
@@ -182,25 +86,13 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ PreprocessorDefinitions="_DEBUG"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -210,15 +102,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gendef.exe"
LinkIncremental="2"
@@ -228,30 +111,6 @@
SubSystem="1"
TargetMachine="17"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Release|x64"
@@ -262,24 +121,12 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ PreprocessorDefinitions=""
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -287,15 +134,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gendef.exe"
LinkIncremental="1"
@@ -306,30 +144,6 @@
EnableCOMDATFolding="2"
TargetMachine="17"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
</Configurations>
<References>
@@ -340,14 +154,8 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
- <File
- RelativePath="..\blank.cpp"
- >
- </File>
- <File
- RelativePath=".\gendef.cc"
- >
- </File>
+ <File RelativePath="..\blank.cpp" />
+ <File RelativePath=".\gendef.cc" />
</Filter>
<Filter
Name="Header Files"
diff --git a/MSVC_Net2005/pangomm/pangomm.vcproj b/MSVC_Net2005/pangomm/pangomm.vcproj
index d4beee5..9933339 100644
--- a/MSVC_Net2005/pangomm/pangomm.vcproj
+++ b/MSVC_Net2005/pangomm/pangomm.vcproj
@@ -27,26 +27,11 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
Name="VCCLCompilerTool"
AdditionalOptions="/vd2"
Optimization="0"
- AdditionalIncludeDirectories=".;../..;../../pango"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+
AdditionalIncludeDirectories=".;../..;../../pango;$(SolutionDir)\..\..\vs8\win32\include\glibmm-2.4;$(SolutionDir)\..\..\vs8\win32\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs8\win32\include\cairomm-1.0;$(SolutionDir)\..\..\vs8\win32\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs8\win32\include\sigc++-2.0;$(SolutionDir)\..\..\vs8\win32\lib\sigc++-2.0\include"
+ PreprocessorDefinitions="_DEBUG;PANGOMM_BUILD"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -57,12 +42,6 @@
DebugInformationFormat="4"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
Name="VCPreLinkEventTool"
Description="Generate glibmm def file"
CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef
$(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
@@ -71,35 +50,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib
pango-1.0.lib pangocairo-1.0.lib sigc-vc80-d-2_0.lib glibmm-vc80-d-2_4.lib cairomm-vc80-d-1_0.lib"
+ AdditionalLibraryDirectories="$(SolutionDir)\..\..\vs8\win32\lib"
OutputFile="$(OutDir)/pangomm-vc80-d-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
GenerateDebugInformation="true"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Release|Win32"
@@ -110,25 +66,10 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
Name="VCCLCompilerTool"
AdditionalOptions="/vd2"
- AdditionalIncludeDirectories=".;../..;../../pango"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+
AdditionalIncludeDirectories=".;../..;../../pango;$(SolutionDir)\..\..\vs8\win32\include\glibmm-2.4;$(SolutionDir)\..\..\vs8\win32\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs8\win32\include\cairomm-1.0;$(SolutionDir)\..\..\vs8\win32\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs8\win32\include\sigc++-2.0;$(SolutionDir)\..\..\vs8\win32\lib\sigc++-2.0\include"
+ PreprocessorDefinitions="PANGOMM_BUILD"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -137,12 +78,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
Name="VCPreLinkEventTool"
Description="Generate glibmm def file"
CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef
$(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
@@ -151,34 +86,11 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib
pango-1.0.lib pangocairo-1.0.lib sigc-vc80-2_0.lib glibmm-vc80-2_4.lib cairomm-vc80-1_0.lib"
+ AdditionalLibraryDirectories="$(SolutionDir)\..\..\vs8\win32\lib"
OutputFile="$(OutDir)\pangomm-vc80-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Debug|x64"
@@ -189,18 +101,6 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
@@ -208,8 +108,8 @@
Name="VCCLCompilerTool"
AdditionalOptions="/vd2"
Optimization="0"
- AdditionalIncludeDirectories=".;../..;../../pango"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+
AdditionalIncludeDirectories=".;../..;../../pango;$(SolutionDir)\..\..\vs8\x64\include\glibmm-2.4;$(SolutionDir)\..\..\vs8\x64\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs8\x64\include\cairomm-1.0;$(SolutionDir)\..\..\vs8\x64\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs8\x64\include\sigc++-2.0;$(SolutionDir)\..\..\vs8\x64\lib\sigc++-2.0\include"
+ PreprocessorDefinitions="_DEBUG;PANGOMM_BUILD"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -220,12 +120,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
Name="VCPreLinkEventTool"
Description="Generate glibmm def file"
CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef
$(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
@@ -234,36 +128,13 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib
pango-1.0.lib pangocairo-1.0.lib sigc-vc80-d-2_0.lib glibmm-vc80-d-2_4.lib cairomm-vc80-d-1_0.lib"
+ AdditionalLibraryDirectories="$(SolutionDir)\..\..\vs8\x64\lib"
OutputFile="$(OutDir)/pangomm-vc80-d-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
GenerateDebugInformation="true"
TargetMachine="17"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Release|x64"
@@ -274,26 +145,14 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/vd2"
- AdditionalIncludeDirectories=".;../..;../../pango"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+
AdditionalIncludeDirectories=".;../..;../../pango;$(SolutionDir)\..\..\vs8\x64\include\glibmm-2.4;$(SolutionDir)\..\..\vs8\x64\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs8\x64\include\cairomm-1.0;$(SolutionDir)\..\..\vs8\x64\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs8\x64\include\sigc++-2.0;$(SolutionDir)\..\..\vs8\x64\lib\sigc++-2.0\include"
+ PreprocessorDefinitions="PANGOMM_BUILD"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -302,12 +161,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
Name="VCPreLinkEventTool"
Description="Generate glibmm def file"
CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef
$(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
@@ -316,35 +169,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib
pango-1.0.lib pangocairo-1.0.lib sigc-vc80-2_0.lib glibmm-vc80-2_4.lib cairomm-vc80-1_0.lib"
+ AdditionalLibraryDirectories="$(SolutionDir)\..\..\vs8\x64\lib"
OutputFile="$(OutDir)\pangomm-vc80-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
TargetMachine="17"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
</Configurations>
<References>
@@ -355,246 +185,75 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
- <File
- RelativePath="..\..\pango\pangomm\attributes.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\attriter.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\attrlist.cc"
- >
- </File>
- <File
- RelativePath="..\blank.cpp"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\cairofontmap.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\color.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\context.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\coverage.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\font.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontdescription.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontface.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontfamily.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontmap.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontmetrics.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontset.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\glyph.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\glyphstring.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\init.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\item.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\language.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layout.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutiter.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutline.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutrun.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\rectangle.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\renderer.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\tabarray.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\wrap_init.cc"
- >
- </File>
+ <File RelativePath="..\..\pango\pangomm\attributes.cc" />
+ <File RelativePath="..\..\pango\pangomm\attriter.cc" />
+ <File RelativePath="..\..\pango\pangomm\attrlist.cc" />
+ <File RelativePath="..\blank.cpp" />
+ <File RelativePath="..\..\pango\pangomm\cairofontmap.cc" />
+ <File RelativePath="..\..\pango\pangomm\color.cc" />
+ <File RelativePath="..\..\pango\pangomm\context.cc" />
+ <File RelativePath="..\..\pango\pangomm\coverage.cc" />
+ <File RelativePath="..\..\pango\pangomm\font.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontdescription.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontface.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontfamily.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontmap.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontmetrics.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontset.cc" />
+ <File RelativePath="..\..\pango\pangomm\glyph.cc" />
+ <File RelativePath="..\..\pango\pangomm\glyphstring.cc" />
+ <File RelativePath="..\..\pango\pangomm\init.cc" />
+ <File RelativePath="..\..\pango\pangomm\item.cc" />
+ <File RelativePath="..\..\pango\pangomm\language.cc" />
+ <File RelativePath="..\..\pango\pangomm\layout.cc" />
+ <File RelativePath="..\..\pango\pangomm\layoutiter.cc" />
+ <File RelativePath="..\..\pango\pangomm\layoutline.cc" />
+ <File RelativePath="..\..\pango\pangomm\layoutrun.cc" />
+ <File RelativePath="..\..\pango\pangomm\rectangle.cc" />
+ <File RelativePath="..\..\pango\pangomm\renderer.cc" />
+ <File RelativePath="..\..\pango\pangomm\tabarray.cc" />
+ <File RelativePath="..\..\pango\pangomm\wrap_init.cc" />
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
- <File
- RelativePath="..\..\pango\pangomm\attributes.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\attriter.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\attrlist.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\cairofontmap.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\color.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\context.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\coverage.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\font.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontdescription.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontface.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontfamily.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontmap.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontmetrics.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontset.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\glyph.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\glyphstring.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\init.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\item.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\language.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layout.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutiter.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutline.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutrun.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\rectangle.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\renderer.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\tabarray.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\types.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\wrap_init.h"
- >
- </File>
+ <File RelativePath="..\..\pango\pangomm\attributes.h" />
+ <File RelativePath="..\..\pango\pangomm\attriter.h" />
+ <File RelativePath="..\..\pango\pangomm\attrlist.h" />
+ <File RelativePath="..\..\pango\pangomm\cairofontmap.h" />
+ <File RelativePath="..\..\pango\pangomm\color.h" />
+ <File RelativePath="..\..\pango\pangomm\context.h" />
+ <File RelativePath="..\..\pango\pangomm\coverage.h" />
+ <File RelativePath="..\..\pango\pangomm\font.h" />
+ <File RelativePath="..\..\pango\pangomm\fontdescription.h" />
+ <File RelativePath="..\..\pango\pangomm\fontface.h" />
+ <File RelativePath="..\..\pango\pangomm\fontfamily.h" />
+ <File RelativePath="..\..\pango\pangomm\fontmap.h" />
+ <File RelativePath="..\..\pango\pangomm\fontmetrics.h" />
+ <File RelativePath="..\..\pango\pangomm\fontset.h" />
+ <File RelativePath="..\..\pango\pangomm\glyph.h" />
+ <File RelativePath="..\..\pango\pangomm\glyphstring.h" />
+ <File RelativePath="..\..\pango\pangomm\init.h" />
+ <File RelativePath="..\..\pango\pangomm\item.h" />
+ <File RelativePath="..\..\pango\pangomm\language.h" />
+ <File RelativePath="..\..\pango\pangomm\layout.h" />
+ <File RelativePath="..\..\pango\pangomm\layoutiter.h" />
+ <File RelativePath="..\..\pango\pangomm\layoutline.h" />
+ <File RelativePath="..\..\pango\pangomm\layoutrun.h" />
+ <File RelativePath="..\..\pango\pangomm\rectangle.h" />
+ <File RelativePath="..\..\pango\pangomm\renderer.h" />
+ <File RelativePath="..\..\pango\pangomm\tabarray.h" />
+ <File RelativePath="..\..\pango\pangomm\types.h" />
+ <File RelativePath="..\..\pango\pangomm\wrap_init.h" />
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
- <File
- RelativePath=".\pangomm.rc"
- >
- </File>
+ <File RelativePath=".\pangomm.rc" />
</Filter>
</Files>
<Globals>
diff --git a/MSVC_Net2008/gendef/gendef.vcproj b/MSVC_Net2008/gendef/gendef.vcproj
index feb792b..b32adc9 100644
--- a/MSVC_Net2008/gendef/gendef.vcproj
+++ b/MSVC_Net2008/gendef/gendef.vcproj
@@ -27,24 +27,9 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ PreprocessorDefinitions="_DEBUG"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -54,15 +39,6 @@
DebugInformationFormat="4"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gendef.exe"
LinkIncremental="2"
@@ -74,27 +50,6 @@
DataExecutionPrevention="0"
TargetMachine="1"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Release|Win32"
@@ -105,23 +60,8 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ PreprocessorDefinitions=""
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -129,15 +69,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gendef.exe"
LinkIncremental="1"
@@ -150,27 +81,6 @@
DataExecutionPrevention="0"
TargetMachine="1"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Debug|x64"
@@ -181,25 +91,13 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ PreprocessorDefinitions="_DEBUG"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -209,15 +107,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gendef.exe"
LinkIncremental="2"
@@ -229,27 +118,6 @@
DataExecutionPrevention="0"
TargetMachine="17"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Release|x64"
@@ -260,24 +128,12 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ PreprocessorDefinitions=""
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -285,15 +141,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gendef.exe"
LinkIncremental="1"
@@ -306,27 +153,6 @@
DataExecutionPrevention="0"
TargetMachine="17"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
</Configurations>
<References>
@@ -337,14 +163,8 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
- <File
- RelativePath="..\blank.cpp"
- >
- </File>
- <File
- RelativePath=".\gendef.cc"
- >
- </File>
+ <File RelativePath="..\blank.cpp" />
+ <File RelativePath=".\gendef.cc" />
</Filter>
<Filter
Name="Header Files"
diff --git a/MSVC_Net2008/pangomm/pangomm.vcproj b/MSVC_Net2008/pangomm/pangomm.vcproj
index 9f83ee6..ad69fc9 100644
--- a/MSVC_Net2008/pangomm/pangomm.vcproj
+++ b/MSVC_Net2008/pangomm/pangomm.vcproj
@@ -28,26 +28,11 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
Name="VCCLCompilerTool"
AdditionalOptions="/vd2"
Optimization="0"
- AdditionalIncludeDirectories=".;../..;../../pango"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+
AdditionalIncludeDirectories=".;../..;../../pango;$(SolutionDir)\..\..\vs9\win32\include\glibmm-2.4;$(SolutionDir)\..\..\vs9\win32\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs9\win32\include\cairomm-1.0;$(SolutionDir)\..\..\vs9\win32\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs9\win32\include\sigc++-2.0;$(SolutionDir)\..\..\vs9\win32\lib\sigc++-2.0\include"
+ PreprocessorDefinitions="_DEBUG;PANGOMM_BUILD"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -58,12 +43,6 @@
DebugInformationFormat="4"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
Name="VCPreLinkEventTool"
Description="Generate glibmm def file"
CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef
$(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
@@ -72,6 +51,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib
pango-1.0.lib pangocairo-1.0.lib sigc-vc90-d-2_0.lib glibmm-vc90-d-2_4.lib cairomm-vc90-d-1_0.lib"
+ AdditionalLibraryDirectories="$(SolutionDir)\..\..\vs9\win32\lib"
OutputFile="$(OutDir)/pangomm-vc90-d-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
@@ -79,27 +59,6 @@
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Release|Win32"
@@ -110,25 +69,10 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
Name="VCCLCompilerTool"
AdditionalOptions="/vd2"
- AdditionalIncludeDirectories=".;../..;../../pango"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+
AdditionalIncludeDirectories=".;../..;../../pango;$(SolutionDir)\..\..\vs9\win32\include\glibmm-2.4;$(SolutionDir)\..\..\vs9\win32\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs9\win32\include\cairomm-1.0;$(SolutionDir)\..\..\vs9\win32\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs9\win32\include\sigc++-2.0;$(SolutionDir)\..\..\vs9\win32\lib\sigc++-2.0\include"
+ PreprocessorDefinitions="PANGOMM_BUILD"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -137,12 +81,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
Name="VCPreLinkEventTool"
Description="Generate glibmm def file"
CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef
$(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
@@ -151,33 +89,13 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib
pango-1.0.lib pangocairo-1.0.lib sigc-vc90-2_0.lib glibmm-vc90-2_4.lib cairomm-vc90-1_0.lib"
+ AdditionalLibraryDirectories="$(SolutionDir)\..\..\vs9\win32\lib"
OutputFile="$(OutDir)\pangomm-vc90-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Debug|x64"
@@ -188,18 +106,6 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
@@ -207,8 +113,8 @@
Name="VCCLCompilerTool"
AdditionalOptions="/vd2"
Optimization="0"
- AdditionalIncludeDirectories=".;../..;../../pango"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+
AdditionalIncludeDirectories=".;../..;../../pango;$(SolutionDir)\..\..\vs9\x64\include\glibmm-2.4;$(SolutionDir)\..\..\vs9\x64\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs9\x64\include\cairomm-1.0;$(SolutionDir)\..\..\vs9\x64\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs9\x64\include\sigc++-2.0;$(SolutionDir)\..\..\vs9\x64\lib\sigc++-2.0\include"
+ PreprocessorDefinitions="_DEBUG;PANGOMM_BUILD"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -219,12 +125,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
Name="VCPreLinkEventTool"
Description="Generate glibmm def file"
CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef
$(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
@@ -233,6 +133,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib
pango-1.0.lib pangocairo-1.0.lib sigc-vc90-d-2_0.lib glibmm-vc90-d-2_4.lib cairomm-vc90-d-1_0.lib"
+ AdditionalLibraryDirectories="$(SolutionDir)\..\..\vs9\x64\lib"
OutputFile="$(OutDir)/pangomm-vc90-d-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
@@ -241,27 +142,6 @@
DataExecutionPrevention="0"
TargetMachine="17"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
<Configuration
Name="Release|x64"
@@ -272,26 +152,14 @@
CharacterSet="2"
>
<Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/vd2"
- AdditionalIncludeDirectories=".;../..;../../pango"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+
AdditionalIncludeDirectories=".;../..;../../pango;$(SolutionDir)\..\..\vs9\x64\include\glibmm-2.4;$(SolutionDir)\..\..\vs9\x64\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs9\x64\include\cairomm-1.0;$(SolutionDir)\..\..\vs9\x64\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs9\x64\include\sigc++-2.0;$(SolutionDir)\..\..\vs9\x64\lib\sigc++-2.0\include"
+ PreprocessorDefinitions="PANGOMM_BUILD"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -300,12 +168,6 @@
DebugInformationFormat="3"
/>
<Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
Name="VCPreLinkEventTool"
Description="Generate glibmm def file"
CommandLine="$(SolutionDir)gendef\$(PlatformName)\$(ConfigurationName)\gendef
$(PlatformName)\$(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
@@ -314,6 +176,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib
pango-1.0.lib pangocairo-1.0.lib sigc-vc90-2_0.lib glibmm-vc90-2_4.lib cairomm-vc90-1_0.lib"
+ AdditionalLibraryDirectories="$(SolutionDir)\..\..\vs9\x64\lib"
OutputFile="$(OutDir)\pangomm-vc90-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(PlatformName)\$(ConfigurationName)\$(InputName).def"
@@ -321,27 +184,6 @@
DataExecutionPrevention="0"
TargetMachine="17"
/>
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
</Configuration>
</Configurations>
<References>
@@ -352,246 +194,75 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
- <File
- RelativePath="..\..\pango\pangomm\attributes.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\attriter.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\attrlist.cc"
- >
- </File>
- <File
- RelativePath="..\blank.cpp"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\cairofontmap.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\color.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\context.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\coverage.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\font.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontdescription.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontface.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontfamily.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontmap.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontmetrics.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontset.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\glyph.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\glyphstring.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\init.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\item.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\language.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layout.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutiter.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutline.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutrun.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\rectangle.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\renderer.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\tabarray.cc"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\wrap_init.cc"
- >
- </File>
+ <File RelativePath="..\..\pango\pangomm\attributes.cc" />
+ <File RelativePath="..\..\pango\pangomm\attriter.cc" />
+ <File RelativePath="..\..\pango\pangomm\attrlist.cc" />
+ <File RelativePath="..\blank.cpp" />
+ <File RelativePath="..\..\pango\pangomm\cairofontmap.cc" />
+ <File RelativePath="..\..\pango\pangomm\color.cc" />
+ <File RelativePath="..\..\pango\pangomm\context.cc" />
+ <File RelativePath="..\..\pango\pangomm\coverage.cc" />
+ <File RelativePath="..\..\pango\pangomm\font.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontdescription.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontface.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontfamily.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontmap.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontmetrics.cc" />
+ <File RelativePath="..\..\pango\pangomm\fontset.cc" />
+ <File RelativePath="..\..\pango\pangomm\glyph.cc" />
+ <File RelativePath="..\..\pango\pangomm\glyphstring.cc" />
+ <File RelativePath="..\..\pango\pangomm\init.cc" />
+ <File RelativePath="..\..\pango\pangomm\item.cc" />
+ <File RelativePath="..\..\pango\pangomm\language.cc" />
+ <File RelativePath="..\..\pango\pangomm\layout.cc" />
+ <File RelativePath="..\..\pango\pangomm\layoutiter.cc" />
+ <File RelativePath="..\..\pango\pangomm\layoutline.cc" />
+ <File RelativePath="..\..\pango\pangomm\layoutrun.cc" />
+ <File RelativePath="..\..\pango\pangomm\rectangle.cc" />
+ <File RelativePath="..\..\pango\pangomm\renderer.cc" />
+ <File RelativePath="..\..\pango\pangomm\tabarray.cc" />
+ <File RelativePath="..\..\pango\pangomm\wrap_init.cc" />
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
- <File
- RelativePath="..\..\pango\pangomm\attributes.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\attriter.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\attrlist.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\cairofontmap.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\color.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\context.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\coverage.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\font.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontdescription.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontface.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontfamily.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontmap.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontmetrics.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\fontset.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\glyph.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\glyphstring.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\init.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\item.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\language.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layout.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutiter.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutline.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\layoutrun.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\rectangle.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\renderer.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\tabarray.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\types.h"
- >
- </File>
- <File
- RelativePath="..\..\pango\pangomm\wrap_init.h"
- >
- </File>
+ <File RelativePath="..\..\pango\pangomm\attributes.h" />
+ <File RelativePath="..\..\pango\pangomm\attriter.h" />
+ <File RelativePath="..\..\pango\pangomm\attrlist.h" />
+ <File RelativePath="..\..\pango\pangomm\cairofontmap.h" />
+ <File RelativePath="..\..\pango\pangomm\color.h" />
+ <File RelativePath="..\..\pango\pangomm\context.h" />
+ <File RelativePath="..\..\pango\pangomm\coverage.h" />
+ <File RelativePath="..\..\pango\pangomm\font.h" />
+ <File RelativePath="..\..\pango\pangomm\fontdescription.h" />
+ <File RelativePath="..\..\pango\pangomm\fontface.h" />
+ <File RelativePath="..\..\pango\pangomm\fontfamily.h" />
+ <File RelativePath="..\..\pango\pangomm\fontmap.h" />
+ <File RelativePath="..\..\pango\pangomm\fontmetrics.h" />
+ <File RelativePath="..\..\pango\pangomm\fontset.h" />
+ <File RelativePath="..\..\pango\pangomm\glyph.h" />
+ <File RelativePath="..\..\pango\pangomm\glyphstring.h" />
+ <File RelativePath="..\..\pango\pangomm\init.h" />
+ <File RelativePath="..\..\pango\pangomm\item.h" />
+ <File RelativePath="..\..\pango\pangomm\language.h" />
+ <File RelativePath="..\..\pango\pangomm\layout.h" />
+ <File RelativePath="..\..\pango\pangomm\layoutiter.h" />
+ <File RelativePath="..\..\pango\pangomm\layoutline.h" />
+ <File RelativePath="..\..\pango\pangomm\layoutrun.h" />
+ <File RelativePath="..\..\pango\pangomm\rectangle.h" />
+ <File RelativePath="..\..\pango\pangomm\renderer.h" />
+ <File RelativePath="..\..\pango\pangomm\tabarray.h" />
+ <File RelativePath="..\..\pango\pangomm\types.h" />
+ <File RelativePath="..\..\pango\pangomm\wrap_init.h" />
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
- <File
- RelativePath=".\pangomm.rc"
- >
- </File>
+ <File RelativePath=".\pangomm.rc" />
</Filter>
</Files>
<Globals>
diff --git a/MSVC_Net2010/gendef/gendef.vcxproj b/MSVC_Net2010/gendef/gendef.vcxproj
index 8490a96..ab78e41 100644
--- a/MSVC_Net2010/gendef/gendef.vcxproj
+++ b/MSVC_Net2010/gendef/gendef.vcxproj
@@ -60,7 +60,6 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
diff --git a/MSVC_Net2010/pangomm/pangomm.vcxproj b/MSVC_Net2010/pangomm/pangomm.vcxproj
index 57ef3e5..8ba83cc 100644
--- a/MSVC_Net2010/pangomm/pangomm.vcxproj
+++ b/MSVC_Net2010/pangomm/pangomm.vcxproj
@@ -62,7 +62,6 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
<PreLinkEventUseInBuild
Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PreLinkEventUseInBuild>
@@ -88,8 +87,8 @@
<ClCompile>
<AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
-
<AdditionalIncludeDirectories>.;../..;../../pango;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+
<AdditionalIncludeDirectories>.;../..;../../pango;$(SolutionDir)\..\..\vs10\win32\include\glibmm-2.4;$(SolutionDir)\..\..\vs10\win32\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs10\win32\include\cairomm-1.0;$(SolutionDir)\..\..\vs10\win32\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs10\win32\include\sigc++-2.0;$(SolutionDir)\..\..\vs10\win32\lib\sigc++-2.0\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>_DEBUG;PANGOMM_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -105,6 +104,7 @@
</PreLinkEvent>
<Link>
<AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;gmodule-2.0.lib;pango-1.0.lib;pangocairo-1.0.lib;sigc-vc100-d-2_0.lib;glibmm-vc100-d-2_4.lib;cairomm-vc100-d-1_0.lib;%(AdditionalDependencies)</AdditionalDependencies>
+
<AdditionalLibraryDirectories>$(SolutionDir)\..\..\vs10\win32\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<OutputFile>$(OutDir)pangomm-vc100-d-1_4.dll</OutputFile>
<ModuleDefinitionFile>$(Platform)\$(Configuration)\$(ProjectName).def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -116,8 +116,8 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions>
-
<AdditionalIncludeDirectories>.;../..;../../pango;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+
<AdditionalIncludeDirectories>.;../..;../../pango;$(SolutionDir)\..\..\vs10\win32\include\glibmm-2.4;$(SolutionDir)\..\..\vs10\win32\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs10\win32\include\cairomm-1.0;$(SolutionDir)\..\..\vs10\win32\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs10\win32\include\sigc++-2.0;$(SolutionDir)\..\..\vs10\win32\lib\sigc++-2.0\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>PANGOMM_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
@@ -131,6 +131,7 @@
</PreLinkEvent>
<Link>
<AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;gmodule-2.0.lib;pango-1.0.lib;pangocairo-1.0.lib;sigc-vc100-2_0.lib;glibmm-vc100-2_4.lib;cairomm-vc100-1_0.lib;%(AdditionalDependencies)</AdditionalDependencies>
+
<AdditionalLibraryDirectories>$(SolutionDir)\..\..\vs10\win32\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<OutputFile>$(OutDir)pangomm-vc100-1_4.dll</OutputFile>
<ModuleDefinitionFile>$(Platform)\$(Configuration)\$(ProjectName).def</ModuleDefinitionFile>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
@@ -145,8 +146,8 @@
<ClCompile>
<AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
-
<AdditionalIncludeDirectories>.;../..;../../pango;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+
<AdditionalIncludeDirectories>.;../..;../../pango;$(SolutionDir)\..\..\vs10\x64\include\glibmm-2.4;$(SolutionDir)\..\..\vs10\x64\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs10\x64\include\cairomm-1.0;$(SolutionDir)\..\..\vs10\x64\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs10\x64\include\sigc++-2.0;$(SolutionDir)\..\..\vs10\x64\lib\sigc++-2.0\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>_DEBUG;PANGOMM_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -162,6 +163,7 @@
</PreLinkEvent>
<Link>
<AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;gmodule-2.0.lib;pango-1.0.lib;pangocairo-1.0.lib;sigc-vc100-d-2_0.lib;glibmm-vc100-d-2_4.lib;cairomm-vc100-d-1_0.lib;%(AdditionalDependencies)</AdditionalDependencies>
+
<AdditionalLibraryDirectories>$(SolutionDir)\..\..\vs10\x64\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<OutputFile>$(OutDir)pangomm-vc100-d-1_4.dll</OutputFile>
<ModuleDefinitionFile>$(Platform)\$(Configuration)\$(ProjectName).def</ModuleDefinitionFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -177,8 +179,8 @@
</Midl>
<ClCompile>
<AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions>
-
<AdditionalIncludeDirectories>.;../..;../../pango;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+
<AdditionalIncludeDirectories>.;../..;../../pango;$(SolutionDir)\..\..\vs10\x64\include\glibmm-2.4;$(SolutionDir)\..\..\vs10\x64\lib\glibmm-2.4\include;$(SolutionDir)\..\..\vs10\x64\include\cairomm-1.0;$(SolutionDir)\..\..\vs10\x64\lib\cairomm-1.0\include;$(SolutionDir)\..\..\vs10\x64\include\sigc++-2.0;$(SolutionDir)\..\..\vs10\x64\lib\sigc++-2.0\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>PANGOMM_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>
@@ -192,6 +194,7 @@
</PreLinkEvent>
<Link>
<AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;gmodule-2.0.lib;pango-1.0.lib;pangocairo-1.0.lib;sigc-vc100-2_0.lib;glibmm-vc100-2_4.lib;cairomm-vc100-1_0.lib;%(AdditionalDependencies)</AdditionalDependencies>
+
<AdditionalLibraryDirectories>$(SolutionDir)\..\..\vs10\x64\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<OutputFile>$(OutDir)pangomm-vc100-1_4.dll</OutputFile>
<ModuleDefinitionFile>$(Platform)\$(Configuration)\$(ProjectName).def</ModuleDefinitionFile>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]