diff options
-rw-r--r-- | clang/win32/clangCodeGen/clangCodeGen.vcproj | 4 | ||||
-rw-r--r-- | clang/win32/clangLex/clangLex.vcproj | 4 | ||||
-rw-r--r-- | clang/win32/clangLibDriver/clangLibDriver.vcproj | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/clang/win32/clangCodeGen/clangCodeGen.vcproj b/clang/win32/clangCodeGen/clangCodeGen.vcproj index 01e8f11b235..0f45176e26b 100644 --- a/clang/win32/clangCodeGen/clangCodeGen.vcproj +++ b/clang/win32/clangCodeGen/clangCodeGen.vcproj @@ -195,6 +195,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\CodeGen\CGObjCMac.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\CGStmt.cpp"
>
</File>
diff --git a/clang/win32/clangLex/clangLex.vcproj b/clang/win32/clangLex/clangLex.vcproj index 6e8e37ef652..e8d3041e833 100644 --- a/clang/win32/clangLex/clangLex.vcproj +++ b/clang/win32/clangLex/clangLex.vcproj @@ -179,6 +179,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\Lex\PPCaching.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Lex\PPDirectives.cpp"
>
</File>
diff --git a/clang/win32/clangLibDriver/clangLibDriver.vcproj b/clang/win32/clangLibDriver/clangLibDriver.vcproj index 7cd7ca4ea6e..d07ccba1ff5 100644 --- a/clang/win32/clangLibDriver/clangLibDriver.vcproj +++ b/clang/win32/clangLibDriver/clangLibDriver.vcproj @@ -156,10 +156,6 @@ RelativePath="..\..\lib\Driver\TextDiagnosticPrinter.cpp"
>
</File>
- <File
- RelativePath="..\..\lib\Driver\TextDiagnostics.cpp"
- >
- </File>
</Filter>
<Filter
Name="Header Files"
@@ -174,10 +170,6 @@ RelativePath="..\..\include\clang\Driver\TextDiagnosticPrinter.h"
>
</File>
- <File
- RelativePath="..\..\include\clang\Driver\TextDiagnostics.h"
- >
- </File>
</Filter>
</Files>
<Globals>
|