diff --git a/build/VisualStudio/boost_python.dsp b/build/VisualStudio/boost_python.dsp index 1e4c5358..6565ece3 100644 --- a/build/VisualStudio/boost_python.dsp +++ b/build/VisualStudio/boost_python.dsp @@ -175,6 +175,10 @@ SOURCE=..\..\src\converter\registry.cpp # End Source File # Begin Source File +SOURCE=..\..\src\slice.cpp +# End Source File +# Begin Source File + SOURCE=..\..\src\str.cpp # End Source File # Begin Source File @@ -185,6 +189,10 @@ SOURCE=..\..\src\tuple.cpp SOURCE=..\..\src\converter\type_id.cpp # End Source File +# Begin Source File + +SOURCE=..\..\src\wrapper.cpp +# End Source File # End Group # Begin Group "Header Files" diff --git a/doc/building.html b/doc/building.html index cf9e7d2f..2e6fd742 100644 --- a/doc/building.html +++ b/doc/building.html @@ -437,7 +437,7 @@ path-global BOOST_ROOT : ../../.. ;
The Visual Studio project files are graciously contributed and - maintained by Brett + maintained by Brett Calcott.