BIND 10 trac839, updated. afbb5ea46db516c585abc6b41ad1b2a1a978ed5f [trac839] Add updated solution and iscdns_python project files
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Apr 7 01:06:21 UTC 2011
The branch, trac839 has been updated
via afbb5ea46db516c585abc6b41ad1b2a1a978ed5f (commit)
via 31792542ba4c033c0c724e21ea7a74a83dd55afc (commit)
from 583d7973d8f49c061dee13a14c89cf0846f84721 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit afbb5ea46db516c585abc6b41ad1b2a1a978ed5f
Author: Francis Dupont <fdupont at isc.org>
Date: Thu Apr 7 03:05:28 2011 +0200
[trac839] Add updated solution and iscdns_python project files
commit 31792542ba4c033c0c724e21ea7a74a83dd55afc
Author: Francis Dupont <fdupont at isc.org>
Date: Thu Apr 7 02:53:09 2011 +0200
[trac839] Add stdint.h for Windows
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/python/pydnspp_common.cc | 1 +
win32build/VS2010/bind10.sln | 68 ++++++++++++++
.../VS2010/iscdns_python/iscdns_python.vcxproj | 98 ++++++++++++++++++++
.../iscdns_python/iscdns_python.vcxproj.filters | 30 ++++++
.../iscdns_python/iscdns_python.vcxproj.user | 3 +
5 files changed, 200 insertions(+), 0 deletions(-)
create mode 100755 win32build/VS2010/bind10.sln
create mode 100755 win32build/VS2010/iscdns_python/iscdns_python.vcxproj
create mode 100755 win32build/VS2010/iscdns_python/iscdns_python.vcxproj.filters
create mode 100755 win32build/VS2010/iscdns_python/iscdns_python.vcxproj.user
-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/pydnspp_common.cc b/src/lib/dns/python/pydnspp_common.cc
index 6c26367..85641be 100644
--- a/src/lib/dns/python/pydnspp_common.cc
+++ b/src/lib/dns/python/pydnspp_common.cc
@@ -13,6 +13,7 @@
// PERFORMANCE OF THIS SOFTWARE.
#include <Python.h>
+#include <stdint.h>
#include <pydnspp_common.h>
int
diff --git a/win32build/VS2010/bind10.sln b/win32build/VS2010/bind10.sln
new file mode 100755
index 0000000..9fce5cf
--- /dev/null
+++ b/win32build/VS2010/bind10.sln
@@ -0,0 +1,68 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C++ Express 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BINDInstall", "BINDInstall\BINDInstall.vcxproj", "{D6CF32EF-1C90-43A1-8839-DC9F431E406C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F} = {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F}
+ {2C7C223F-0411-466D-A4A0-C9662A471913} = {2C7C223F-0411-466D-A4A0-C9662A471913}
+ {56AFE37F-D89D-4C7F-B537-20A37A6F67F0} = {56AFE37F-D89D-4C7F-B537-20A37A6F67F0}
+ {8DA50FBC-A57F-4032-9BD1-13A32C31F050} = {8DA50FBC-A57F-4032-9BD1-13A32C31F050}
+ {BDF526E0-0E87-48C4-AF90-2C1426F5F3D2} = {BDF526E0-0E87-48C4-AF90-2C1426F5F3D2}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscexc", "iscexc\iscexc.vcxproj", "{56AFE37F-D89D-4C7F-B537-20A37A6F67F0}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscexc_tests", "iscexc_tests\iscexc_tests.vcxproj", "{8DA50FBC-A57F-4032-9BD1-13A32C31F050}"
+ ProjectSection(ProjectDependencies) = postProject
+ {56AFE37F-D89D-4C7F-B537-20A37A6F67F0} = {56AFE37F-D89D-4C7F-B537-20A37A6F67F0}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscdns", "iscdns\iscdns.vcxproj", "{62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscdns_tests", "iscdns_tests\iscdns_tests.vcxproj", "{2C7C223F-0411-466D-A4A0-C9662A471913}"
+ ProjectSection(ProjectDependencies) = postProject
+ {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F} = {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F}
+ {56AFE37F-D89D-4C7F-B537-20A37A6F67F0} = {56AFE37F-D89D-4C7F-B537-20A37A6F67F0}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscdns_python", "iscdns_python\iscdns_python.vcxproj", "{BDF526E0-0E87-48C4-AF90-2C1426F5F3D2}"
+ ProjectSection(ProjectDependencies) = postProject
+ {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F} = {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F}
+ {56AFE37F-D89D-4C7F-B537-20A37A6F67F0} = {56AFE37F-D89D-4C7F-B537-20A37A6F67F0}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {D6CF32EF-1C90-43A1-8839-DC9F431E406C}.Debug|Win32.ActiveCfg = Debug|Win32
+ {D6CF32EF-1C90-43A1-8839-DC9F431E406C}.Debug|Win32.Build.0 = Debug|Win32
+ {D6CF32EF-1C90-43A1-8839-DC9F431E406C}.Release|Win32.ActiveCfg = Release|Win32
+ {D6CF32EF-1C90-43A1-8839-DC9F431E406C}.Release|Win32.Build.0 = Release|Win32
+ {56AFE37F-D89D-4C7F-B537-20A37A6F67F0}.Debug|Win32.ActiveCfg = Debug|Win32
+ {56AFE37F-D89D-4C7F-B537-20A37A6F67F0}.Debug|Win32.Build.0 = Debug|Win32
+ {56AFE37F-D89D-4C7F-B537-20A37A6F67F0}.Release|Win32.ActiveCfg = Release|Win32
+ {56AFE37F-D89D-4C7F-B537-20A37A6F67F0}.Release|Win32.Build.0 = Release|Win32
+ {8DA50FBC-A57F-4032-9BD1-13A32C31F050}.Debug|Win32.ActiveCfg = Debug|Win32
+ {8DA50FBC-A57F-4032-9BD1-13A32C31F050}.Debug|Win32.Build.0 = Debug|Win32
+ {8DA50FBC-A57F-4032-9BD1-13A32C31F050}.Release|Win32.ActiveCfg = Release|Win32
+ {8DA50FBC-A57F-4032-9BD1-13A32C31F050}.Release|Win32.Build.0 = Release|Win32
+ {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F}.Debug|Win32.ActiveCfg = Debug|Win32
+ {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F}.Debug|Win32.Build.0 = Debug|Win32
+ {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F}.Release|Win32.ActiveCfg = Release|Win32
+ {62A5931A-9054-4F79-BDC7-E6E4C2DB6F9F}.Release|Win32.Build.0 = Release|Win32
+ {2C7C223F-0411-466D-A4A0-C9662A471913}.Debug|Win32.ActiveCfg = Debug|Win32
+ {2C7C223F-0411-466D-A4A0-C9662A471913}.Debug|Win32.Build.0 = Debug|Win32
+ {2C7C223F-0411-466D-A4A0-C9662A471913}.Release|Win32.ActiveCfg = Release|Win32
+ {2C7C223F-0411-466D-A4A0-C9662A471913}.Release|Win32.Build.0 = Release|Win32
+ {BDF526E0-0E87-48C4-AF90-2C1426F5F3D2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {BDF526E0-0E87-48C4-AF90-2C1426F5F3D2}.Debug|Win32.Build.0 = Debug|Win32
+ {BDF526E0-0E87-48C4-AF90-2C1426F5F3D2}.Release|Win32.ActiveCfg = Release|Win32
+ {BDF526E0-0E87-48C4-AF90-2C1426F5F3D2}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/win32build/VS2010/iscdns_python/iscdns_python.vcxproj b/win32build/VS2010/iscdns_python/iscdns_python.vcxproj
new file mode 100755
index 0000000..daf893d
--- /dev/null
+++ b/win32build/VS2010/iscdns_python/iscdns_python.vcxproj
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{BDF526E0-0E87-48C4-AF90-2C1426F5F3D2}</ProjectGuid>
+ <Keyword>Win32Proj</Keyword>
+ <RootNamespace>iscdns_python</RootNamespace>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <LinkIncremental>true</LinkIncremental>
+ <OutDir>$(Configuration)\</OutDir>
+ <TargetName>pydnspp</TargetName>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <LinkIncremental>false</LinkIncremental>
+ <OutDir>$(Configuration)\</OutDir>
+ <TargetName>pydnspp</TargetName>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <WarningLevel>Level4</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ISCDNS_PYTHON_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..;..\..\..\src\lib;..\..\..\src\lib\dns\python;C:\Program Files\boost\boost_1_44;C:\Python32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <CompileAs>CompileAsCpp</CompileAs>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <OutputFile>$(OutDir)pydnspp.pyd</OutputFile>
+ <AdditionalLibraryDirectories>..\iscexc\Debug;..\iscdns\Debug;C:\Python32\libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <AdditionalDependencies>iscexc.lib;iscdns.lib;python3.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ISCDNS_PYTHON_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..;..\..\..\src\lib;..\..\..\src\lib\dns\python;C:\Program Files\boost\boost_1_44;C:\Python32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <CompileAs>CompileAsCpp</CompileAs>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ <OutputFile>$(OutDir)pydnspp.pyd</OutputFile>
+ <AdditionalLibraryDirectories>..\iscexc\Release;..\iscdns\Release;C:\Python32\libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <AdditionalDependencies>iscexc.lib;iscdns.lib;python3.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\..\src\lib\dns\python\pydnspp_common.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\..\src\lib\dns\python\pydnspp.cc" />
+ <ClCompile Include="..\..\..\src\lib\dns\python\pydnspp_common.cc" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file
diff --git a/win32build/VS2010/iscdns_python/iscdns_python.vcxproj.filters b/win32build/VS2010/iscdns_python/iscdns_python.vcxproj.filters
new file mode 100755
index 0000000..604933c
--- /dev/null
+++ b/win32build/VS2010/iscdns_python/iscdns_python.vcxproj.filters
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+ <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+ </Filter>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+ <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\..\src\lib\dns\python\pydnspp_common.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\..\src\lib\dns\python\pydnspp.cc">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\src\lib\dns\python\pydnspp_common.cc">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+</Project>
\ No newline at end of file
diff --git a/win32build/VS2010/iscdns_python/iscdns_python.vcxproj.user b/win32build/VS2010/iscdns_python/iscdns_python.vcxproj.user
new file mode 100755
index 0000000..695b5c7
--- /dev/null
+++ b/win32build/VS2010/iscdns_python/iscdns_python.vcxproj.user
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+</Project>
\ No newline at end of file
More information about the bind10-changes
mailing list