diff options
author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-11-02 01:44:32 +0000 |
---|---|---|
committer | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-11-02 01:44:32 +0000 |
commit | 524233cc26da4e7be9a6eca1f2ad82df78cdaa93 (patch) | |
tree | 4d0db0c221a0d25f90c21a9747fceb5446e6f80d | |
parent | 161a9c5afaafb4d527b7efba9675a8b2cbbe32e0 (diff) |
Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43632 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/clangAST/clangAST.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/clangAST/clangAST.vcproj b/win32/clangAST/clangAST.vcproj index 0bb5a4112e..5061b9272c 100644 --- a/win32/clangAST/clangAST.vcproj +++ b/win32/clangAST/clangAST.vcproj @@ -197,6 +197,10 @@ >
</File>
<File
+ RelativePath="..\..\AST\StmtSerialization.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\AST\StmtViz.cpp"
>
</File>
|