diff options
author | Steve Naroff <snaroff@apple.com> | 2008-10-24 12:40:20 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-10-24 12:40:20 +0000 |
commit | 95f01b309c68ecb3d2be9b183a8967898864d847 (patch) | |
tree | aaab4e2d9976b54bb1b6b53f5040db749652ee64 | |
parent | bfb6582ef46dfb33672d9621f879fc262339d704 (diff) |
Yet another update to the VC++ proj.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58091 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/clangAnalysis/clangAnalysis.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj index ef3de0e6d7..c9850e059c 100644 --- a/win32/clangAnalysis/clangAnalysis.vcproj +++ b/win32/clangAnalysis/clangAnalysis.vcproj @@ -255,6 +255,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\Analysis\RegionStore.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Analysis\SVals.cpp"
>
</File>
|