summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorCedric Venet <cedric.venet@laposte.net>2008-07-06 14:45:13 +0000
committerCedric Venet <cedric.venet@laposte.net>2008-07-06 14:45:13 +0000
commitcdfc641a6a6dd1e31894c3510a4894fc64ffdc37 (patch)
tree1513e8d39e63f15b7153d83b2dc10f27680cac86 /win32
parent551d5e9811c0e68496bb2842163c6d99138d6ef9 (diff)
Add new file to VS projects.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/clangAST/clangAST.vcproj4
-rw-r--r--win32/clangAnalysis/clangAnalysis.vcproj4
2 files changed, 8 insertions, 0 deletions
diff --git a/win32/clangAST/clangAST.vcproj b/win32/clangAST/clangAST.vcproj
index e041f663f5..225c36e563 100644
--- a/win32/clangAST/clangAST.vcproj
+++ b/win32/clangAST/clangAST.vcproj
@@ -195,6 +195,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\AST\ExprConstant.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\AST\ExprCXX.cpp"
>
</File>
diff --git a/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj
index f2a42a1911..b1f5c2454c 100644
--- a/win32/clangAnalysis/clangAnalysis.vcproj
+++ b/win32/clangAnalysis/clangAnalysis.vcproj
@@ -171,6 +171,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Analysis\CheckObjCDealloc.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Analysis\DeadStores.cpp"
>
</File>