[llvm-commits] CVS: llvm/win32/Linker/Linker.vcproj

Jeff Cohen jeffc at jolt-lang.org
Tue Feb 1 22:33:23 PST 2005



Changes in directory llvm/win32/Linker:

Linker.vcproj updated: 1.2 -> 1.3
---
Log message:

Put libraries in a common directory

---
Diffs of the changes:  (+2 -2)

 Linker.vcproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/win32/Linker/Linker.vcproj
diff -u llvm/win32/Linker/Linker.vcproj:1.2 llvm/win32/Linker/Linker.vcproj:1.3
--- llvm/win32/Linker/Linker.vcproj:1.2	Sun Jan 30 11:54:11 2005
+++ llvm/win32/Linker/Linker.vcproj	Wed Feb  2 00:33:11 2005
@@ -12,7 +12,7 @@
 	<Configurations>
 		<Configuration
 			Name="Debug|Win32"
-			OutputDirectory="Debug"
+			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="4"
 			CharacterSet="2">
@@ -58,7 +58,7 @@
 		</Configuration>
 		<Configuration
 			Name="Release|Win32"
-			OutputDirectory="Release"
+			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="4"
 			CharacterSet="2">






More information about the llvm-commits mailing list