diff options
author | wiso <wiso@svn> | 2010-01-04 17:49:16 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-01-04 17:49:16 +0000 |
commit | c0d5097f09b8042b6a264970d882238587dc41dd (patch) | |
tree | 281bd2b76112aad6123b70dc98906e8d1b345a55 /project/VS2008Express/XBMC.vcproj | |
parent | 2068b5b153b380d0f4747e879095c685fcf8adf7 (diff) |
[WIN32] fixed compiler error by adding the davdirectory files
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26366 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/VS2008Express/XBMC.vcproj')
-rw-r--r-- | project/VS2008Express/XBMC.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2008Express/XBMC.vcproj b/project/VS2008Express/XBMC.vcproj index 7f49e3f633..d7129f616e 100644 --- a/project/VS2008Express/XBMC.vcproj +++ b/project/VS2008Express/XBMC.vcproj @@ -3842,6 +3842,14 @@ >
</File>
<File
+ RelativePath="..\..\xbmc\FileSystem\DAVDirectory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\xbmc\FileSystem\DAVDirectory.h"
+ >
+ </File>
+ <File
RelativePath="..\..\xbmc\FileSystem\Directory.cpp"
>
</File>
|