diff options
author | Chuck Rose III <cfr@adobe.com> | 2008-06-30 22:37:57 +0000 |
---|---|---|
committer | Chuck Rose III <cfr@adobe.com> | 2008-06-30 22:37:57 +0000 |
commit | 5071fcde24d606b54ce2e6efbded090d7c374e63 (patch) | |
tree | 547c098fb7ef83f4599d92871262c7a6b30eca7e /llvm/win32/Support | |
parent | 819b7708680a9eaa53dbc82848bd6e592f24a02e (diff) | |
download | bcm5719-llvm-5071fcde24d606b54ce2e6efbded090d7c374e63.tar.gz bcm5719-llvm-5071fcde24d606b54ce2e6efbded090d7c374e63.zip |
Adding some missing files to VStudio project files. Switching to use generated llvmAsmParser.cpp/.h
llvm-svn: 52935
Diffstat (limited to 'llvm/win32/Support')
-rw-r--r-- | llvm/win32/Support/Support.vcproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/llvm/win32/Support/Support.vcproj b/llvm/win32/Support/Support.vcproj index 7e77cc1e704..051aef26ea2 100644 --- a/llvm/win32/Support/Support.vcproj +++ b/llvm/win32/Support/Support.vcproj @@ -377,8 +377,14 @@ RelativePath="..\..\lib\Support\SlowOperationInformer.cpp" > <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + <FileConfiguration Name="Release|Win32" - ExcludedFromBuild="true" > <Tool Name="VCCLCompilerTool" |