[llvm-commits] CVS: llvm/win32/Bytecode/Bytecode.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Tue Feb 1 22:33:23 PST 2005
Changes in directory llvm/win32/Bytecode:
Bytecode.vcproj updated: 1.3 -> 1.4
---
Log message:
Put libraries in a common directory
---
Diffs of the changes: (+2 -2)
Bytecode.vcproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/win32/Bytecode/Bytecode.vcproj
diff -u llvm/win32/Bytecode/Bytecode.vcproj:1.3 llvm/win32/Bytecode/Bytecode.vcproj:1.4
--- llvm/win32/Bytecode/Bytecode.vcproj:1.3 Sun Jan 30 11:54:11 2005
+++ llvm/win32/Bytecode/Bytecode.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