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

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



Changes in directory llvm/win32/TableGen:

TableGen.vcproj updated: 1.12 -> 1.13
---
Log message:

Put libraries in a common directory

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

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


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






More information about the llvm-commits mailing list