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 | 8e8b0fbe34fcb5efb8ab2fb94e6a738b55525ce5 (patch) | |
tree | 97acde7b305fdc2c8ba306d037ac3b90ea09f9d5 | |
parent | 075e3c1c387c02f3fe383b09a36f104ed2884053 (diff) |
Update VC++ project file
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57090 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/clangParse/clangParse.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/clangParse/clangParse.vcproj b/win32/clangParse/clangParse.vcproj index 0763154748..ba217cb6cf 100644 --- a/win32/clangParse/clangParse.vcproj +++ b/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"
|