diff options
author | Steve Naroff <snaroff@apple.com> | 2008-10-24 16:53:41 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-10-24 16:53:41 +0000 |
commit | fb40b8455263bf7f343ebef756d85dae89b27238 (patch) | |
tree | 86c9b868bb038c49e537984c9ca8ef468e9f6553 | |
parent | 2b9d973eb749aee6becbcf5e51ab5d49b828c978 (diff) |
Add another file to VC++ project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58098 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 3b1d80c272..4cbb7de7ae 100644 --- a/win32/clangAST/clangAST.vcproj +++ b/win32/clangAST/clangAST.vcproj @@ -328,6 +328,10 @@ RelativePath="..\..\include\clang\AST\Type.h"
>
</File>
+ <File
+ RelativePath="..\..\include\clang\AST\TypeOrdering.h"
+ >
+ </File>
</Filter>
</Files>
<Globals>
|