[cfe-commits] r51104 - /cfe/trunk/win32/clangSema/clangSema.vcproj
Argiris Kirtzidis
akyrtzi at gmail.com
Wed May 14 03:50:44 PDT 2008
Author: akirtzidis
Date: Wed May 14 05:50:44 2008
New Revision: 51104
URL: http://llvm.org/viewvc/llvm-project?rev=51104&view=rev
Log:
Update the clangSema VC++ project.
Modified:
cfe/trunk/win32/clangSema/clangSema.vcproj
Modified: cfe/trunk/win32/clangSema/clangSema.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangSema/clangSema.vcproj?rev=51104&r1=51103&r2=51104&view=diff
==============================================================================
--- cfe/trunk/win32/clangSema/clangSema.vcproj (original)
+++ cfe/trunk/win32/clangSema/clangSema.vcproj Wed May 14 05:50:44 2008
@@ -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>
More information about the cfe-commits
mailing list