diff options
author | Steve Naroff <snaroff@apple.com> | 2008-03-05 22:30:39 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-03-05 22:30:39 +0000 |
commit | fe0de853fb2aa58f704b27e5b7b74872581980c1 (patch) | |
tree | d5763e36f7acca28b0c2e6ab4473dabb2a1957e3 /win32/Support | |
parent | d039156e80bd44d1ba5c4195b3857fa6b8c66312 (diff) | |
download | external_llvm-fe0de853fb2aa58f704b27e5b7b74872581980c1.zip external_llvm-fe0de853fb2aa58f704b27e5b7b74872581980c1.tar.gz external_llvm-fe0de853fb2aa58f704b27e5b7b74872581980c1.tar.bz2 |
Update vcproj file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Support')
-rw-r--r-- | win32/Support/Support.vcproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj index 6e9eb07..c6bca2e 100644 --- a/win32/Support/Support.vcproj +++ b/win32/Support/Support.vcproj @@ -4,6 +4,7 @@ Version="8.00" Name="support" ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}" + RootNamespace="support" Keyword="Win32Proj" > <Platforms> @@ -321,6 +322,10 @@ > </File> <File + RelativePath="..\..\lib\Support\APSInt.cpp" + > + </File> + <File RelativePath="..\..\lib\Support\CommandLine.cpp" > </File> |