0a588d044b
- wxpdfdoc patches - mapnik patches - visual studio build instructions / project files see /msvc/readme.txt for build instructions The scons makefiles have not been updated, the new files are in /pdf, /include/pdf, /demo/pdf/, and /bindings/python
356 lines
8.4 KiB
XML
356 lines
8.4 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="binding_python"
|
|
ProjectGUID="{D4904853-B226-4142-B5AD-871BEE3C497B}"
|
|
RootNamespace="binding_python"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""$(PYTHONDIR)\include";"$(MAPNIKDIR)\bindings\python";"$(MAPNIKDIR)\include";"$(MAPNIKDIR)\thirdparty\freetype-2.3.2\include";"$(MAPNIKDIR)\agg\include";"$(MAPNIKDIR)\thirdparty\jpeglib\";"$(MAPNIKDIR)\thirdparty\zlib";"$(MAPNIKDIR)\thirdparty\libpng";"$(MAPNIKDIR)\thirdparty\icu\include\";"$(WXPDFDIR)\include";"$(WXDIR)/include/msvc/";"$(WXDIR)/include/""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;MAPNIK_IMPORTS;XMD_H"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="icuuc.lib"
|
|
AdditionalLibraryDirectories=""$(ICUDIR)/lib/";"$(WXPDFDIR)/lib/";"$(WXDIR)/lib/vc_lib""
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
EmbedManifest="true"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="copy "$(TargetPath)""
|
|
CommandLine="copy "$(TargetPath)" "$(TargetDir)/_mapnik.pyd"
copy "$(TargetPath)" "$(PYTHONDIR)/Lib/site-packages/mapnik/_mapnik.pyd"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_color.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_coord.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_datasource.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_datasource_cache.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_envelope.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_feature.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_featureset.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_filter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_font_engine.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_image.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_image_view.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_layer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_line_pattern_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_line_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_map.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_parameters.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_pdf_line_pattern_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_pdf_point_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_pdf_polygon_pattern_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_pdf_renderer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_pdf_shield_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_point_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_polygon_pattern_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_polygon_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_projection.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_python.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_query.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_raster_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_rule.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_shield_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_stroke.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_style.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_text_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\python_cairo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\stroke.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\text_symbolizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\unicode.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\bindings\python\mapnik_enumeration.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\bindings\python\python_optional.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\mapnik\unicode.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
<File
|
|
RelativePath="..\debug\agg.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Debug\mapnik.lib"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="C:\Program Files\Python25\libs\python25.lib"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|