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

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Thu Aug 25 16:26:09 CDT 2011


Author: ksmyth
Date: Thu Aug 25 16:26:08 2011
New Revision: 3850

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 Aug 25 15:03:28 2011	(r3849)
+++ UDM/trunk/Projects/Win32/VC10/tests/UdmTests.props	Thu Aug 25 16:26:08 2011	(r3850)
@@ -4,6 +4,7 @@
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
     <IntDir>$([System.IO.Path]::GetFullPath($(UDM_PATH)\Build\Win32\VC10\$(Configuration)\obj\tests\$(ProjectName)\))</IntDir>
+    <OutDir>$([System.IO.Path]::GetFullPath($(UDM_PATH)\Build\Win32\VC10\$(Configuration)\))</OutDir>
   </PropertyGroup>
   <ItemDefinitionGroup>
     <ClCompile>


More information about the Mobies-commit mailing list