[Mobies-commit] [commit] r4025 - UDM/trunk/Projects/Win32/VC10/src/UdmCliBridge

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Thu Mar 22 10:29:45 CDT 2012


Author: ksmyth
Date: Thu Mar 22 10:29:45 2012
New Revision: 4025

Log:
Use Path::GetFullPath to reduce length of paths (was over 260 on build-slave9)

Modified:
   UDM/trunk/Projects/Win32/VC10/src/UdmCliBridge/UdmCliBridgeProps.props

Modified: UDM/trunk/Projects/Win32/VC10/src/UdmCliBridge/UdmCliBridgeProps.props
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/src/UdmCliBridge/UdmCliBridgeProps.props	Thu Mar 22 10:16:31 2012	(r4024)
+++ UDM/trunk/Projects/Win32/VC10/src/UdmCliBridge/UdmCliBridgeProps.props	Thu Mar 22 10:29:45 2012	(r4025)
@@ -7,7 +7,7 @@
   </PropertyGroup>
   <PropertyGroup>
     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
-    <OutDir>$([System.IO.Path]::GetFullPath(..\..\..\..\..\Build\Win32\VC10\$(Configuration)))</OutDir>
+    <OutDir>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\..\..\..\Build\Win32\VC10\$(Configuration)))\</OutDir>
     <IntDir>$(OutDir)obj\src\$(ProjectName)\</IntDir>
   </PropertyGroup>
   <ItemDefinitionGroup>


More information about the Mobies-commit mailing list