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 | c2bf1870a7317bd38102e74d261aa8f92c013744 (patch) | |
tree | da85c3e8f9ceb62bb1458ebbdca9cbc1a6d70954 /win32/Support | |
parent | ee4dc16d75e0d06ab434745c116137c4c6332ffc (diff) | |
download | external_llvm-c2bf1870a7317bd38102e74d261aa8f92c013744.zip external_llvm-c2bf1870a7317bd38102e74d261aa8f92c013744.tar.gz external_llvm-c2bf1870a7317bd38102e74d261aa8f92c013744.tar.bz2 |
Adding some missing files to VStudio project files. Switching to use generated llvmAsmParser.cpp/.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52935 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Support')
-rw-r--r-- | win32/Support/Support.vcproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj index 7e77cc1..051aef2 100644 --- a/win32/Support/Support.vcproj +++ b/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" |