diff options
author | da-anda <da-anda@xbmc.org> | 2014-04-29 22:35:39 +0200 |
---|---|---|
committer | da-anda <da-anda@xbmc.org> | 2014-05-02 00:53:12 +0200 |
commit | 99675c0c2b7dbfc0f538ce6d58ba7a81f77d4192 (patch) | |
tree | d62e3f4a661e8380349d88387a37179d491f909d | |
parent | 7add9aa9bff0a4cb615025e339837d6150fdabe6 (diff) |
[win32] new icon
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 1 | ||||
-rw-r--r-- | project/Win32BuildSetup/XBMC for Windows.nsi | 2 | ||||
-rw-r--r-- | tools/windows/packaging/media/xbmc.ico | bin | 0 -> 167082 bytes | |||
-rw-r--r-- | xbmc/win32/XBMC.ico | bin | 175305 -> 0 bytes |
4 files changed, 2 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index c640130b51..c6de5ca2b5 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -2746,6 +2746,7 @@ <ItemGroup> <ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">true</ExcludedFromBuild> + <AdditionalIncludeDirectories>..\..\tools\windows\packaging\media;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ResourceCompile> </ItemGroup> <ItemGroup> diff --git a/project/Win32BuildSetup/XBMC for Windows.nsi b/project/Win32BuildSetup/XBMC for Windows.nsi index 94358ecb43..99b35a4853 100644 --- a/project/Win32BuildSetup/XBMC for Windows.nsi +++ b/project/Win32BuildSetup/XBMC for Windows.nsi @@ -46,7 +46,7 @@ ;Interface Settings !define MUI_HEADERIMAGE - !define MUI_ICON "..\..\xbmc\win32\xbmc.ico" + !define MUI_ICON "..\..\tools\windows\packaging\media\xbmc.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "xbmc-left.bmp" !define MUI_COMPONENTSPAGE_SMALLDESC !define MUI_FINISHPAGE_LINK "Please visit http://xbmc.org for more information." diff --git a/tools/windows/packaging/media/xbmc.ico b/tools/windows/packaging/media/xbmc.ico Binary files differnew file mode 100644 index 0000000000..b5caca122f --- /dev/null +++ b/tools/windows/packaging/media/xbmc.ico diff --git a/xbmc/win32/XBMC.ico b/xbmc/win32/XBMC.ico Binary files differdeleted file mode 100644 index 508de39bc8..0000000000 --- a/xbmc/win32/XBMC.ico +++ /dev/null |