diff options
author | Steve Naroff <snaroff@apple.com> | 2009-01-26 18:09:40 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-01-26 18:09:40 +0000 |
commit | 8f93bd593638b05f20ac88f60e69bc7c11c37394 (patch) | |
tree | dfc3631793336f1c6b50135f21e46a556d98ea4f /clang/win32/clangParse | |
parent | 0113928f9498a93a5c1f49e7a1e8abba75704de2 (diff) | |
download | bcm5719-llvm-8f93bd593638b05f20ac88f60e69bc7c11c37394.tar.gz bcm5719-llvm-8f93bd593638b05f20ac88f60e69bc7c11c37394.zip |
Many updates to Windows project files.
llvm-svn: 63018
Diffstat (limited to 'clang/win32/clangParse')
-rw-r--r-- | clang/win32/clangParse/clangParse.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/win32/clangParse/clangParse.vcproj b/clang/win32/clangParse/clangParse.vcproj index 1ee5a75de7e..4cf55253054 100644 --- a/clang/win32/clangParse/clangParse.vcproj +++ b/clang/win32/clangParse/clangParse.vcproj @@ -208,6 +208,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\Parse\ParseTemplate.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Parse\ParseTentative.cpp"
>
</File>
|