diff options
author | Karlson2k <k2k@narod.ru> | 2013-05-12 13:32:26 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-06-02 01:46:32 +0400 |
commit | 95fcb17c1f083b8223896dca822aac3d5dbc9eee (patch) | |
tree | ffc31f6cfc270dc5c22ca976050ddffea63bd3eb /project | |
parent | fe5bcc6035cfd30de71d6afd72ed97c727746f11 (diff) |
[win32] Finally remove win32env.c
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 1 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index c43481592d..bdc311fcf9 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1743,7 +1743,6 @@ <ClCompile Include="..\..\xbmc\win32\stdio_utf8.cpp" /> <ClCompile Include="..\..\xbmc\win32\strverscmp.cpp" /> <ClCompile Include="..\..\xbmc\win32\Win32DelayedDllLoad.cpp" /> - <ClCompile Include="..\..\xbmc\win32\win32env.cpp" /> <ClCompile Include="..\..\xbmc\win32\WIN32Util.cpp" /> <ClCompile Include="..\..\xbmc\win32\WindowHelper.cpp" /> <ClCompile Include="..\..\xbmc\win32\XBMC_PC.cpp"> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 5191d1255e..79879d8841 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -1870,9 +1870,6 @@ <ClCompile Include="..\..\xbmc\win32\Win32DelayedDllLoad.cpp"> <Filter>win32</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\win32\win32env.cpp"> - <Filter>win32</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\InputOperations.cpp"> <Filter>interfaces\json-rpc</Filter> </ClCompile> |