[cfe-commits] r42512 - in /cfe/trunk/win32: clangAST/clangAST.vcproj clangAnalysis/clangAnalysis.vcproj
Hartmut Kaiser
hartmut.kaiser at gmail.com
Mon Oct 1 16:57:53 PDT 2007
Author: hkaiser
Date: Mon Oct 1 18:57:52 2007
New Revision: 42512
URL: http://llvm.org/viewvc/llvm-project?rev=42512&view=rev
Log:
Updated VC++ build system.
Modified:
cfe/trunk/win32/clangAST/clangAST.vcproj
cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj
Modified: cfe/trunk/win32/clangAST/clangAST.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangAST/clangAST.vcproj?rev=42512&r1=42511&r2=42512&view=diff
==============================================================================
--- cfe/trunk/win32/clangAST/clangAST.vcproj (original)
+++ cfe/trunk/win32/clangAST/clangAST.vcproj Mon Oct 1 18:57:52 2007
@@ -227,6 +227,10 @@
>
</File>
<File
+ RelativePath="..\..\include\clang\AST\DeclObjC.h"
+ >
+ </File>
+ <File
RelativePath="..\..\include\clang\AST\Expr.h"
>
</File>
Modified: cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj?rev=42512&r1=42511&r2=42512&view=diff
==============================================================================
--- cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj (original)
+++ cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj Mon Oct 1 18:57:52 2007
@@ -171,6 +171,10 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
+ RelativePath="..\..\include\clang\Analysis\ExprDeclBitVector.h"
+ >
+ </File>
+ <File
RelativePath="..\..\include\clang\Analysis\LiveVariables.h"
>
</File>
@@ -234,6 +238,14 @@
>
</File>
</Filter>
+ <Filter
+ Name="PathSensitive"
+ >
+ <File
+ RelativePath="..\..\include\clang\Analysis\PathSensitive\ProgramEdge.h"
+ >
+ </File>
+ </Filter>
</Filter>
</Files>
<Globals>
More information about the cfe-commits
mailing list