diff options
author | vdrfan <vdrfan@svn> | 2010-10-06 06:25:35 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-10-06 06:25:35 +0000 |
commit | 58fad20bef9831a8cda4ef57fc3903f67b1f6a41 (patch) | |
tree | 198a2d52742bc3c444145acd2cb6ca18834b14ef | |
parent | de04c62ccb6833cbeb3d609b053560dcbbbd9290 (diff) |
Fixed: vs2010 Windows build (blind)
(cherry picked from commit 4de5b3c4720ece3cfbfa4cc892e9db1e8f5feea8)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34489 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index fbf9728b4e..13b0d70a8b 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -402,7 +402,6 @@ <ClCompile Include="..\..\xbmc\cores\paplayer\DTSCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\DVDPlayerCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\FLACcodec.cpp" />
- <ClCompile Include="..\..\xbmc\cores\paplayer\GYMCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\ModplugCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\MP3codec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\NSFCodec.cpp" />
@@ -532,7 +531,6 @@ <ClCompile Include="..\..\xbmc\MusicInfoTagLoaderDatabase.cpp" />
<ClCompile Include="..\..\xbmc\musicInfoTagLoaderFactory.cpp" />
<ClCompile Include="..\..\xbmc\MusicInfoTagLoaderFlac.cpp" />
- <ClCompile Include="..\..\xbmc\MusicInfoTagLoaderGYM.cpp" />
<ClCompile Include="..\..\xbmc\MusicInfoTagLoaderMidi.cpp" />
<ClCompile Include="..\..\xbmc\MusicInfoTagLoaderMod.cpp" />
<ClCompile Include="..\..\xbmc\MusicInfoTagLoaderMP3.cpp" />
@@ -1151,7 +1149,6 @@ <ClInclude Include="..\..\xbmc\cores\paplayer\DTSCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\DVDPlayerCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\FLACcodec.h" />
- <ClInclude Include="..\..\xbmc\cores\paplayer\GYMCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\ICodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\ModplugCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\MP3codec.h" />
@@ -1235,7 +1232,6 @@ <ClInclude Include="..\..\xbmc\MusicInfoTagLoaderApe.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderASAP.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderDatabase.h" />
- <ClInclude Include="..\..\xbmc\MusicInfoTagLoaderGYM.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderMidi.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderMod.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderMPC.h" />
|