$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77559 - trunk/libs/filesystem/test/msvc10/system_dll
From: bdawes_at_[hidden]
Date: 2012-03-26 09:58:29
Author: bemandawes
Date: 2012-03-26 09:58:29 EDT (Mon, 26 Mar 2012)
New Revision: 77559
URL: http://svn.boost.org/trac/boost/changeset/77559
Log:
Correct path to source file
Text files modified: 
   trunk/libs/filesystem/test/msvc10/system_dll/system_dll.vcxproj |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/libs/filesystem/test/msvc10/system_dll/system_dll.vcxproj
==============================================================================
--- trunk/libs/filesystem/test/msvc10/system_dll/system_dll.vcxproj	(original)
+++ trunk/libs/filesystem/test/msvc10/system_dll/system_dll.vcxproj	2012-03-26 09:58:29 EDT (Mon, 26 Mar 2012)
@@ -10,6 +10,9 @@
       <Platform>Win32</Platform>
     </ProjectConfiguration>
   </ItemGroup>
+  <ItemGroup>
+    <ClCompile Include="..\..\..\..\system\src\error_code.cpp" />
+  </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{F94CCADD-A90B-480C-A304-C19D015D36B1}</ProjectGuid>
     <RootNamespace>system_dll</RootNamespace>
@@ -88,9 +91,6 @@
       <TargetMachine>MachineX86</TargetMachine>
     </Link>
   </ItemDefinitionGroup>
-  <ItemGroup>
-    <ClCompile Include="..\..\..\..\..\system\src\error_code.cpp" />
-  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>