diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-05-14 10:50:44 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-05-14 10:50:44 +0000 |
commit | 1427abd15de37b0f5f02a038c31739d44d9c64a7 (patch) | |
tree | 1dc666aecd5d7f6962b1de83e2376b520df50ca4 | |
parent | e29f0a47ed56645d6a02d49e0fa9f4b9383611dd (diff) |
Update the clangSema VC++ project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51104 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/clangSema/clangSema.vcproj | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj index b1002e6c62..6a111ced86 100644 --- a/win32/clangSema/clangSema.vcproj +++ b/win32/clangSema/clangSema.vcproj @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="9,00"
Name="clangSema"
ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}"
RootNamespace="clangSema"
Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
>
<Platforms>
<Platform
@@ -207,13 +208,17 @@ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
- RelativePath="..\..\include\clang\Sema\ASTStreamer.h"
+ RelativePath="..\..\lib\Sema\IdentifierResolver.h"
>
</File>
<File
RelativePath="..\..\lib\Sema\Sema.h"
>
</File>
+ <File
+ RelativePath="..\..\lib\Sema\SemaUtil.h"
+ >
+ </File>
</Filter>
</Files>
<Globals>
|