[Mobies-commit] [commit] r4128 - UDM/trunk/Projects/Win32/VC10/tests

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Thu Oct 11 10:10:48 CDT 2012


Author: ksmyth
Date: Thu Oct 11 10:10:48 2012
New Revision: 4128

Log:
Fix OutDir

Modified:
   UDM/trunk/Projects/Win32/VC10/tests/UdmTests.props

Modified: UDM/trunk/Projects/Win32/VC10/tests/UdmTests.props
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/tests/UdmTests.props	Thu Oct 11 10:10:36 2012	(r4127)
+++ UDM/trunk/Projects/Win32/VC10/tests/UdmTests.props	Thu Oct 11 10:10:48 2012	(r4128)
@@ -3,8 +3,8 @@
   <ImportGroup Label="PropertySheets" />
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <IntDir>$([System.IO.Path]::GetFullPath($(UDM_PATH)\Build\$(Platform)\VC10\$(Configuration)\obj\tests\$(ProjectName)\))</IntDir>
-    <OutDir>$([System.IO.Path]::GetFullPath($(UDM_PATH)\Build\$(Platform)\VC10\$(Configuration)\))</OutDir>
+    <IntDir>$([System.IO.Path]::GetFullPath($(UDM_PATH)\Build\$(Platform)\$(PlatformToolset)\$(Configuration)\obj\tests\$(ProjectName)\))</IntDir>
+    <OutDir>$([System.IO.Path]::GetFullPath($(UDM_PATH)\Build\$(Platform)\$(PlatformToolset)\$(Configuration)\))</OutDir>
   </PropertyGroup>
   <ItemDefinitionGroup>
     <ClCompile>


More information about the Mobies-commit mailing list