diff options
author | wiso <wiso@svn> | 2010-01-15 17:32:08 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-01-15 17:32:08 +0000 |
commit | 01ef14aa2101401987fb06a1d69d2c598f76e923 (patch) | |
tree | 40c28f5ee75b7b2423608caf7bb0f2523ac31618 | |
parent | aaabd63e5e9dab6a4afa7eba75e47260688b3fe4 (diff) |
[WIN32] fixed linker error in opengl build
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26879 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-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 f32f6162b0..2c7c24a4b2 100644 --- a/project/VS2008Express/XBMC.vcproj +++ b/project/VS2008Express/XBMC.vcproj @@ -2041,6 +2041,14 @@ Name="Shaders" > <File + RelativePath="..\..\xbmc\cores\VideoRenderers\VideoShaders\ConvolutionKernels.cpp" + > + </File> + <File + RelativePath="..\..\xbmc\cores\VideoRenderers\VideoShaders\ConvolutionKernels.h" + > + </File> + <File RelativePath="..\..\xbmc\cores\VideoRenderers\VideoShaders\VideoFilterShader.cpp" > </File> |