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 | 881848119c1d0b2fefb2fe86be4ec7bfc53d4291 (patch) | |
| tree | 001c0701ac6d957ea3702849c589a0e2f4ebfbef /clang | |
| parent | 3722daf62dbe90653a5a94bf8021d6c0922f10e1 (diff) | |
| download | bcm5719-llvm-881848119c1d0b2fefb2fe86be4ec7bfc53d4291.tar.gz bcm5719-llvm-881848119c1d0b2fefb2fe86be4ec7bfc53d4291.zip | |
Update the clangSema VC++ project.
llvm-svn: 51104
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/win32/clangSema/clangSema.vcproj | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/clang/win32/clangSema/clangSema.vcproj b/clang/win32/clangSema/clangSema.vcproj index b1002e6c627..6a111ced868 100644 --- a/clang/win32/clangSema/clangSema.vcproj +++ b/clang/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>
|

