diff options
| author | Steve Naroff <snaroff@apple.com> | 2008-03-18 20:05:40 +0000 |
|---|---|---|
| committer | Steve Naroff <snaroff@apple.com> | 2008-03-18 20:05:40 +0000 |
| commit | 40af38078286db809bd018d14d65a239aa2b3ad8 (patch) | |
| tree | e02f5cd7cc77e8361fa7a386b874c6f2be06273f /clang/win32/clangLex | |
| parent | ab63b6bd41a1267f6e30452ba5b811ee7e89defc (diff) | |
| download | bcm5719-llvm-40af38078286db809bd018d14d65a239aa2b3ad8.tar.gz bcm5719-llvm-40af38078286db809bd018d14d65a239aa2b3ad8.zip | |
Update project files.
llvm-svn: 48500
Diffstat (limited to 'clang/win32/clangLex')
| -rw-r--r-- | clang/win32/clangLex/clangLex.vcproj | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/clang/win32/clangLex/clangLex.vcproj b/clang/win32/clangLex/clangLex.vcproj index 3be092ade7f..c2e8d35ca16 100644 --- a/clang/win32/clangLex/clangLex.vcproj +++ b/clang/win32/clangLex/clangLex.vcproj @@ -169,7 +169,7 @@ >
</File>
<File
- RelativePath="..\..\lib\Lex\MacroExpander.cpp"
+ RelativePath="..\..\lib\Lex\MacroArgs.cpp"
>
</File>
<File
@@ -177,10 +177,22 @@ >
</File>
<File
+ RelativePath="..\..\lib\Lex\PPDirectives.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Lex\PPExpressions.cpp"
>
</File>
<File
+ RelativePath="..\..\lib\Lex\PPLexerChange.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\Lex\PPMacroExpansion.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Lex\Pragma.cpp"
>
</File>
@@ -192,6 +204,10 @@ RelativePath="..\..\lib\Lex\ScratchBuffer.cpp"
>
</File>
+ <File
+ RelativePath="..\..\lib\Lex\TokenLexer.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"
|

