diff options
author | Steve Naroff <snaroff@apple.com> | 2008-11-13 21:16:53 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-11-13 21:16:53 +0000 |
commit | 312d63614b636ff1d7b55ea1aef1c37c180b8912 (patch) | |
tree | da8856e12f736e20a6a8c3672d5fbd920effc6dc | |
parent | bf3af056289893f58d37b05a2c80970708781d61 (diff) |
Add file to VC++ project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59261 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/clangLex/clangLex.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/clangLex/clangLex.vcproj b/win32/clangLex/clangLex.vcproj index e8d3041e83..e0cb22efa1 100644 --- a/win32/clangLex/clangLex.vcproj +++ b/win32/clangLex/clangLex.vcproj @@ -207,6 +207,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\Lex\PreprocessorLexer.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Lex\ScratchBuffer.cpp"
>
</File>
|