diff options
author | wiso <wiso@svn> | 2010-04-20 19:30:29 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-04-20 19:30:29 +0000 |
commit | eef4ffdee9d1280d4888d3153540d4cd386a2f03 (patch) | |
tree | bd69329241e64002e106c77aacb4e7ddca0b5bd8 /project/VS2008Express | |
parent | 22a4838465f5d0c964b0b1ced962c003d46d41c4 (diff) |
[WIN32] build vgmstream.dll within the XBMC main project.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29403 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/VS2008Express')
-rw-r--r-- | project/VS2008Express/XBMC for Windows.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/project/VS2008Express/XBMC for Windows.sln b/project/VS2008Express/XBMC for Windows.sln index 28f2f8c1fe..552a4d4273 100644 --- a/project/VS2008Express/XBMC for Windows.sln +++ b/project/VS2008Express/XBMC for Windows.sln @@ -139,6 +139,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvorbisfile_dll", "..\..\ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmad_dll", "..\..\xbmc\cores\dvdplayer\Codecs\libmad\msvc++\libmad.vcproj", "{AF6C8945-5DDC-4F62-A48C-86B11B7ED996}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvgmstream_dll", "..\..\xbmc\cores\paplayer\vgmstream\win32\win32.vcproj", "{3600E1C5-FECA-468C-83F3-FE467DBE2A66}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (DirectX)|Win32 = Debug (DirectX)|Win32
@@ -511,6 +513,14 @@ Global {AF6C8945-5DDC-4F62-A48C-86B11B7ED996}.Release (DirectX)|Win32.Build.0 = Release|Win32
{AF6C8945-5DDC-4F62-A48C-86B11B7ED996}.Release (OpenGL)|Win32.ActiveCfg = Release|Win32
{AF6C8945-5DDC-4F62-A48C-86B11B7ED996}.Release (OpenGL)|Win32.Build.0 = Release|Win32
+ {3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Debug (DirectX)|Win32.ActiveCfg = Debug|Win32
+ {3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Debug (DirectX)|Win32.Build.0 = Debug|Win32
+ {3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Debug (OpenGL)|Win32.ActiveCfg = Debug|Win32
+ {3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Debug (OpenGL)|Win32.Build.0 = Debug|Win32
+ {3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Release (DirectX)|Win32.ActiveCfg = Release|Win32
+ {3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Release (DirectX)|Win32.Build.0 = Release|Win32
+ {3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Release (OpenGL)|Win32.ActiveCfg = Release|Win32
+ {3600E1C5-FECA-468C-83F3-FE467DBE2A66}.Release (OpenGL)|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|