[llvm-commits] CVS: llvm/win32/AsmParser/AsmParser.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Tue Feb 1 22:33:23 PST 2005
Changes in directory llvm/win32/AsmParser:
AsmParser.vcproj updated: 1.4 -> 1.5
---
Log message:
Put libraries in a common directory
---
Diffs of the changes: (+2 -2)
AsmParser.vcproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/win32/AsmParser/AsmParser.vcproj
diff -u llvm/win32/AsmParser/AsmParser.vcproj:1.4 llvm/win32/AsmParser/AsmParser.vcproj:1.5
--- llvm/win32/AsmParser/AsmParser.vcproj:1.4 Sun Jan 30 11:54:11 2005
+++ llvm/win32/AsmParser/AsmParser.vcproj Wed Feb 2 00:33:11 2005
@@ -13,7 +13,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
CharacterSet="2">
@@ -59,7 +59,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
CharacterSet="2">
More information about the llvm-commits
mailing list