diff options
| author | Steve Naroff <snaroff@apple.com> | 2008-10-05 00:52:59 +0000 |
|---|---|---|
| committer | Steve Naroff <snaroff@apple.com> | 2008-10-05 00:52:59 +0000 |
| commit | 47ddedab08b06f101461a909141b11532f008abf (patch) | |
| tree | f0531bccc9a311e051b5d753da711bfcbcbb074c /clang/win32 | |
| parent | ca91f265c445ad56eefef61ce35dbf2b2f82a6c4 (diff) | |
| download | bcm5719-llvm-47ddedab08b06f101461a909141b11532f008abf.tar.gz bcm5719-llvm-47ddedab08b06f101461a909141b11532f008abf.zip | |
Update VC++ project file
llvm-svn: 57090
Diffstat (limited to 'clang/win32')
| -rw-r--r-- | clang/win32/clangParse/clangParse.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/win32/clangParse/clangParse.vcproj b/clang/win32/clangParse/clangParse.vcproj index 0763154748a..ba217cb6cf8 100644 --- a/clang/win32/clangParse/clangParse.vcproj +++ b/clang/win32/clangParse/clangParse.vcproj @@ -195,6 +195,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\Parse\ParsePragma.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Parse\Parser.cpp"
>
</File>
@@ -202,6 +206,10 @@ RelativePath="..\..\lib\Parse\ParseStmt.cpp"
>
</File>
+ <File
+ RelativePath="..\..\lib\Parse\ParseTentative.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"
|

