+cpp
{
@if(isMsvcCompiler)
{
/I "$(BOOST_INCLUDE)"
}
@else
{
-I "$(BOOST_INCLUDE)"
}
}
+link("Debug")
{
"$(BOOST_PYTHON_DEBUG_LIB)"
}
+link("Release")
{
"$(BOOST_PYTHON_RELEASE_LIB)"
}