[Mobies-commit] [commit] r4263 - UDM/trunk/Projects/Win32/VC10/src/Udm/PythonAPIGen

ksmyth at redhat3.isis.vanderbilt.edu ksmyth at redhat3.isis.vanderbilt.edu
Thu Mar 6 10:50:56 CST 2014


Author: ksmyth
Date: Thu Mar  6 10:50:56 2014
New Revision: 4263

Log:
Fix build

Modified:
   UDM/trunk/Projects/Win32/VC10/src/Udm/PythonAPIGen/PythonAPIGen.vcxproj

Modified: UDM/trunk/Projects/Win32/VC10/src/Udm/PythonAPIGen/PythonAPIGen.vcxproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/src/Udm/PythonAPIGen/PythonAPIGen.vcxproj	Wed Mar  5 22:36:25 2014	(r4262)
+++ UDM/trunk/Projects/Win32/VC10/src/Udm/PythonAPIGen/PythonAPIGen.vcxproj	Thu Mar  6 10:50:56 2014	(r4263)
@@ -46,18 +46,22 @@
   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     <Import Project="..\..\Udm.props" />
+    <Import Project="..\..\boost.props" />
   </ImportGroup>
   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     <Import Project="..\..\Udm.props" />
+    <Import Project="..\..\boost.props" />
   </ImportGroup>
   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     <Import Project="..\..\Udm.props" />
+    <Import Project="..\..\boost.props" />
   </ImportGroup>
   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     <Import Project="..\..\Udm.props" />
+    <Import Project="..\..\boost.props" />
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>


More information about the Mobies-commit mailing list