diff options
author | Steve Naroff <snaroff@apple.com> | 2008-09-24 17:23:28 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-09-24 17:23:28 +0000 |
commit | 7c3a913944d852f50f8a8e7b505947960c525acc (patch) | |
tree | d519113b7e0c10da9ae0b8ee80f935fd0a422ab3 /win32 | |
parent | 446531e7bb4355117b070493ca8e81e4b123ef18 (diff) | |
download | external_llvm-7c3a913944d852f50f8a8e7b505947960c525acc.zip external_llvm-7c3a913944d852f50f8a8e7b505947960c525acc.tar.gz external_llvm-7c3a913944d852f50f8a8e7b505947960c525acc.tar.bz2 |
Add Attributes.cpp to the vcproj.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 8a26024..9cff8fa 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -310,6 +310,10 @@ > </File> <File + RelativePath="..\..\lib\VMCore\Attributes.cpp" + > + </File> + <File RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp" > </File> |