diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-09-09 11:39:45 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-09-09 11:39:45 +0000 |
commit | 03849a2c5b8cb5e9e72c8f80f5ee1ca8c429836e (patch) | |
tree | 48cf84c49b595d679901977724d6e2ae46e65f66 /clang/win32 | |
parent | 50ba6cc334dbad4afd9b03e3ce7d7a1b272ee4f6 (diff) | |
download | bcm5719-llvm-03849a2c5b8cb5e9e72c8f80f5ee1ca8c429836e.tar.gz bcm5719-llvm-03849a2c5b8cb5e9e72c8f80f5ee1ca8c429836e.zip |
Update VC++ project files.
llvm-svn: 55986
Diffstat (limited to 'clang/win32')
-rw-r--r-- | clang/win32/clangAnalysis/clangAnalysis.vcproj | 14 | ||||
-rw-r--r-- | clang/win32/clangCodeGen/clangCodeGen.vcproj | 22 |
2 files changed, 34 insertions, 2 deletions
diff --git a/clang/win32/clangAnalysis/clangAnalysis.vcproj b/clang/win32/clangAnalysis/clangAnalysis.vcproj index 474ef5dd6af..3e629dee4ad 100644 --- a/clang/win32/clangAnalysis/clangAnalysis.vcproj +++ b/clang/win32/clangAnalysis/clangAnalysis.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="8,00"
Name="clangAnalysis"
ProjectGUID="{6C98551A-4C36-4E74-8419-4D3EEEC9D8E0}"
RootNamespace="clangAnalysis"
@@ -155,10 +155,18 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
+ RelativePath="..\..\lib\Analysis\BasicConstraintManager.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Analysis\BasicObjCFoundationChecks.cpp"
>
</File>
<File
+ RelativePath="..\..\lib\Analysis\BasicObjCFoundationChecks.h"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Analysis\BasicStore.cpp"
>
</File>
@@ -219,6 +227,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\Analysis\GRSimpleVals.h"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Analysis\GRState.cpp"
>
</File>
diff --git a/clang/win32/clangCodeGen/clangCodeGen.vcproj b/clang/win32/clangCodeGen/clangCodeGen.vcproj index c0fbab89339..a819fd94d86 100644 --- a/clang/win32/clangCodeGen/clangCodeGen.vcproj +++ b/clang/win32/clangCodeGen/clangCodeGen.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="8,00"
Name="clangCodeGen"
ProjectGUID="{4CEC5897-D957-47E7-A6AE-2021D4F44A8F}"
RootNamespace="clangCodeGen"
@@ -159,6 +159,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\CodeGen\CGCall.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\CGCXX.cpp"
>
</File>
@@ -229,6 +233,22 @@ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
+ RelativePath="..\..\lib\CodeGen\CGCall.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\CGDebugInfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\CGObjCRuntime.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\CGValue.h"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\CodeGenFunction.h"
>
</File>
|