diff options
author | Sascha Montellese <sascha.montellese@gmail.com> | 2015-08-11 19:33:54 +0200 |
---|---|---|
committer | Sascha Montellese <sascha.montellese@gmail.com> | 2015-08-11 19:33:54 +0200 |
commit | cee6a32be14ef197a650a2d931dd49a1e7f39899 (patch) | |
tree | 3ef98f9b1a3babefc6ef99f6b1df61d2091db499 /project | |
parent | 1adffafa3d7f922c5d1da6c330253f363be64cc6 (diff) | |
parent | 4f562500fa8f870ddc5498a425fcd4bede0ca083 (diff) |
Merge pull request #6746 from Montellese/activity_log
Activity log
Diffstat (limited to 'project')
-rw-r--r-- | project/BuildDependencies/scripts/0_package.list | 1 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 25 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 63 |
3 files changed, 86 insertions, 3 deletions
diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list index 76bc31f7ee..b282d6da70 100644 --- a/project/BuildDependencies/scripts/0_package.list +++ b/project/BuildDependencies/scripts/0_package.list @@ -8,6 +8,7 @@ ;PLEASE KEEP THIS LIST IN ALPHABETICAL ORDER! boost-1.46.1-headers-win32.7z bzip2-1.0.5-win32.7z +crossguid-8f399e8bd4-win32.7z curl-7.42.1-win32.7z dnssd-541-win32.zip doxygen-1.8.2-win32.7z diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index b3f505b490..52b0dce966 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -86,7 +86,7 @@ </ClCompile> <Link> <AdditionalOptions>/IGNORE:4089 /ignore:4254 %(AdditionalOptions)</AdditionalOptions> - <AdditionalDependencies>d3d11.lib;DInput8.lib;DSound.lib;winmm.lib;Mpr.lib;Iphlpapi.lib;PowrProf.lib;setupapi.lib;dwmapi.lib;yajl.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>d3d11.lib;DInput8.lib;DSound.lib;winmm.lib;CrossGuidd.lib;Mpr.lib;Iphlpapi.lib;PowrProf.lib;setupapi.lib;dwmapi.lib;yajl.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> <IgnoreSpecificDefaultLibraries>libcpmt;libc;msvcrt;libcmt;msvcrtd;msvcprtd;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <ModuleDefinitionFile> @@ -122,7 +122,7 @@ </ClCompile> <Link> <AdditionalOptions>/IGNORE:4089 /ignore:4254 %(AdditionalOptions)</AdditionalOptions> - <AdditionalDependencies>d3d11.lib;DInput8.lib;DSound.lib;winmm.lib;ws2_32.lib;Mpr.lib;Iphlpapi.lib;PowrProf.lib;setupapi.lib;dwmapi.lib;strmiids.lib;dxguid.lib;mfuuid.lib;comctl32.lib;yajl.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>d3d11.lib;DInput8.lib;DSound.lib;winmm.lib;CrossGuidd.lib;ws2_32.lib;Mpr.lib;Iphlpapi.lib;PowrProf.lib;setupapi.lib;dwmapi.lib;strmiids.lib;dxguid.lib;mfuuid.lib;comctl32.lib;yajl.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(ProjectName)-test.exe</OutputFile> <AdditionalLibraryDirectories> </AdditionalLibraryDirectories> @@ -160,7 +160,7 @@ </ClCompile> <Link> <AdditionalOptions>/IGNORE:4089 /ignore:4254 %(AdditionalOptions)</AdditionalOptions> - <AdditionalDependencies>d3d11.lib;DInput8.lib;DSound.lib;winmm.lib;Mpr.lib;Iphlpapi.lib;PowrProf.lib;setupapi.lib;dwmapi.lib;yajl.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>d3d11.lib;DInput8.lib;DSound.lib;winmm.lib;CrossGuid.lib;Mpr.lib;Iphlpapi.lib;PowrProf.lib;setupapi.lib;dwmapi.lib;yajl.lib;dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> <IgnoreSpecificDefaultLibraries>libc;msvcrt;libci;msvcprt;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <DelayLoadDLLs>libxslt.dll;dnssd.dll;dwmapi.dll;ssh.dll;sqlite3.dll;avcodec-56.dll;avfilter-5.dll;avformat-56.dll;avutil-54.dll;postproc-53.dll;swresample-1.dll;swscale-3.dll;d3dcompiler_47.dll;%(DelayLoadDLLs)</DelayLoadDLLs> @@ -312,8 +312,16 @@ <ClCompile Include="..\..\xbmc\epg\EpgInfoTag.cpp" /> <ClCompile Include="..\..\xbmc\epg\EpgSearchFilter.cpp" /> <ClCompile Include="..\..\xbmc\epg\GUIEPGGridContainer.cpp" /> + <ClCompile Include="..\..\xbmc\events\AddonEvent.cpp" /> + <ClCompile Include="..\..\xbmc\events\AddonManagementEvent.cpp" /> + <ClCompile Include="..\..\xbmc\events\BaseEvent.cpp" /> + <ClCompile Include="..\..\xbmc\events\EventLog.cpp" /> + <ClCompile Include="..\..\xbmc\events\MediaLibraryEvent.cpp" /> + <ClCompile Include="..\..\xbmc\events\windows\GUIViewStateEventLog.cpp" /> + <ClCompile Include="..\..\xbmc\events\windows\GUIWindowEventLog.cpp" /> <ClCompile Include="..\..\xbmc\FileItem.cpp" /> <ClCompile Include="..\..\xbmc\FileItemListModification.cpp" /> + <ClCompile Include="..\..\xbmc\filesystem\EventsDirectory.cpp" /> <ClCompile Include="..\..\xbmc\filesystem\AddonsDirectory.cpp" /> <ClCompile Include="..\..\xbmc\filesystem\BlurayDirectory.cpp" /> <ClCompile Include="..\..\xbmc\filesystem\BlurayFile.cpp" /> @@ -920,7 +928,18 @@ <ClInclude Include="..\..\xbmc\DbUrl.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogSimpleMenu.h" /> + <ClInclude Include="..\..\xbmc\events\AddonEvent.h" /> + <ClInclude Include="..\..\xbmc\events\AddonManagementEvent.h" /> + <ClInclude Include="..\..\xbmc\events\BaseEvent.h" /> + <ClInclude Include="..\..\xbmc\events\EventLog.h" /> + <ClInclude Include="..\..\xbmc\events\IEvent.h" /> + <ClInclude Include="..\..\xbmc\events\MediaLibraryEvent.h" /> + <ClInclude Include="..\..\xbmc\events\NotificationEvent.h" /> + <ClInclude Include="..\..\xbmc\events\UniqueEvent.h" /> + <ClInclude Include="..\..\xbmc\events\windows\GUIViewStateEventLog.h" /> + <ClInclude Include="..\..\xbmc\events\windows\GUIWindowEventLog.h" /> <ClInclude Include="..\..\xbmc\FileItemListModification.h" /> + <ClInclude Include="..\..\xbmc\filesystem\EventsDirectory.h" /> <ClInclude Include="..\..\xbmc\filesystem\BlurayFile.h" /> <ClInclude Include="..\..\xbmc\filesystem\HTTPFile.h" /> <ClInclude Include="..\..\xbmc\filesystem\DAVCommon.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index c3ba1ad63a..ac9430df83 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -358,6 +358,12 @@ <Filter Include="messaging"> <UniqueIdentifier>{378b3a72-20d2-4482-8dbb-91f041290ceb}</UniqueIdentifier> </Filter> + <Filter Include="events"> + <UniqueIdentifier>{ae30b290-9c36-46d4-a286-3f3b7afd2f93}</UniqueIdentifier> + </Filter> + <Filter Include="events\windows"> + <UniqueIdentifier>{87d4e872-1a96-49a2-9ef0-78dd9fc30da9}</UniqueIdentifier> + </Filter> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\xbmc\win32\pch.cpp"> @@ -3159,6 +3165,30 @@ <ClCompile Include="..\..\xbmc\input\InputCodingTableFactory.cpp"> <Filter>input</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\filesystem\EventsDirectory.cpp"> + <Filter>filesystem</Filter> + </ClCompile> + <ClCompile Include="..\..\xbmc\events\windows\GUIViewStateEventLog.cpp"> + <Filter>events\windows</Filter> + </ClCompile> + <ClCompile Include="..\..\xbmc\events\windows\GUIWindowEventLog.cpp"> + <Filter>events\windows</Filter> + </ClCompile> + <ClCompile Include="..\..\xbmc\events\AddonEvent.cpp"> + <Filter>events</Filter> + </ClCompile> + <ClCompile Include="..\..\xbmc\events\AddonManagementEvent.cpp"> + <Filter>events</Filter> + </ClCompile> + <ClCompile Include="..\..\xbmc\events\BaseEvent.cpp"> + <Filter>events</Filter> + </ClCompile> + <ClCompile Include="..\..\xbmc\events\EventLog.cpp"> + <Filter>events</Filter> + </ClCompile> + <ClCompile Include="..\..\xbmc\events\MediaLibraryEvent.cpp"> + <Filter>events</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\xbmc\win32\pch.h"> @@ -6109,6 +6139,39 @@ <ClInclude Include="..\..\xbmc\input\InputCodingTableFactory.h"> <Filter>input</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\filesystem\EventsDirectory.h"> + <Filter>filesystem</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\windows\GUIViewStateEventLog.h"> + <Filter>events\windows</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\windows\GUIWindowEventLog.h"> + <Filter>events\windows</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\AddonEvent.h"> + <Filter>events</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\AddonManagementEvent.h"> + <Filter>events</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\BaseEvent.h"> + <Filter>events</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\EventLog.h"> + <Filter>events</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\IEvent.h"> + <Filter>events</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\MediaLibraryEvent.h"> + <Filter>events</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\NotificationEvent.h"> + <Filter>events</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\events\UniqueEvent.h"> + <Filter>events</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc"> |