diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-06-09 22:43:52 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-06-09 22:43:52 +0000 |
commit | 906f6fec0746ac46d7888764896a03411c520b3f (patch) | |
tree | f6244b67ba32bde448f258f9b9b937568538f8ff | |
parent | bb1c1dec092184faed28cb7ae848ab7ddf4eb586 (diff) |
changed: Add GLES render system to win32 project for ease of finding code
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31007 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 7bf8c425d3..5b32e696dc 100644 --- a/project/VS2008Express/XBMC.vcproj +++ b/project/VS2008Express/XBMC.vcproj @@ -5314,6 +5314,14 @@ RelativePath="..\..\xbmc\RenderSystemGL.h" > </File> + <File + RelativePath="..\..\xbmc\RenderSystemGLES.cpp" + > + </File> + <File + RelativePath="..\..\xbmc\RenderSystemGLES.h" + > + </File> </Filter> </Filter> <Filter |