Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
5db54724
Commit
5db54724
authored
Jan 05, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: add a new vlc.ico that supports Vista and Seven guidelines.
parent
25f65d40
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
6 deletions
+9
-6
Makefile.am
Makefile.am
+1
-1
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+2
-2
share/Makefile.am
share/Makefile.am
+4
-1
share/vlc.ico
share/vlc.ico
+0
-0
share/vlc_win32_rc.rc.in
share/vlc_win32_rc.rc.in
+1
-1
share/vlc_wince_rc.rc
share/vlc_wince_rc.rc
+1
-1
No files found.
Makefile.am
View file @
5db54724
...
@@ -709,7 +709,7 @@ package-win-common:
...
@@ -709,7 +709,7 @@ package-win-common:
unix2dos "$(win32_destdir)/"*.txt || echo "WARNING
:
this shouldn't happen"
unix2dos "$(win32_destdir)/"*.txt || echo "WARNING
:
this shouldn't happen"
# Necessary icons
# Necessary icons
cp
$(srcdir)/share/vlc
48x48
.ico
$(win32_destdir)/
cp
$(srcdir)/share/vlc.ico
$(win32_destdir)/
# Copy the locales
# Copy the locales
mkdir
-p
$(win32_destdir)/locale
mkdir
-p
$(win32_destdir)/locale
...
...
extras/package/win32/vlc.win32.nsi.in
View file @
5db54724
...
@@ -56,8 +56,8 @@ InstType $Name_InstTypeFull
...
@@ -56,8 +56,8 @@ InstType $Name_InstTypeFull
; MUI Settings
; MUI Settings
!define MUI_ABORTWARNING
!define MUI_ABORTWARNING
!define MUI_ICON "vlc
48x48
.ico"
!define MUI_ICON "vlc.ico"
!define MUI_UNICON "vlc
48x48
.ico"
!define MUI_UNICON "vlc.ico"
!define MUI_COMPONENTSPAGE_SMALLDESC
!define MUI_COMPONENTSPAGE_SMALLDESC
; Installer pages
; Installer pages
...
...
share/Makefile.am
View file @
5db54724
...
@@ -5,6 +5,7 @@ pkgdatadir = $(datadir)/vlc
...
@@ -5,6 +5,7 @@ pkgdatadir = $(datadir)/vlc
nobase_dist_data_DATA
=
applications/vlc.desktop
nobase_dist_data_DATA
=
applications/vlc.desktop
dist_pkgdata_DATA
=
\
dist_pkgdata_DATA
=
\
$(DIST_icons)
\
$(DIST_icons16)
\
$(DIST_icons16)
\
$(DIST_icons32)
\
$(DIST_icons32)
\
$(DIST_icons48)
\
$(DIST_icons48)
\
...
@@ -79,11 +80,13 @@ DIST_pda = \
...
@@ -79,11 +80,13 @@ DIST_pda = \
pda-rewindb16x16.xpm
\
pda-rewindb16x16.xpm
\
pda-stopb16x16.xpm
pda-stopb16x16.xpm
DIST_icons
=
vlc.ico
DIST_icons16
=
vlc16x16.png vlc16x16.xpm
DIST_icons16
=
vlc16x16.png vlc16x16.xpm
DIST_icons32
=
vlc32x32.png vlc32x32.xpm vlc32x32-christmas.xpm
DIST_icons32
=
vlc32x32.png vlc32x32.xpm vlc32x32-christmas.xpm
DIST_icons48
=
vlc48x48.
ico vlc48x48.
png vlc48x48-christmas.png
DIST_icons48
=
vlc48x48.png vlc48x48-christmas.png
DIST_icons128
=
vlc128x128.png vlc128x128-christmas.png
DIST_icons128
=
vlc128x128.png vlc128x128-christmas.png
...
...
share/vlc.ico
0 → 100644
View file @
5db54724
71.4 KB
share/vlc_win32_rc.rc.in
View file @
5db54724
#define VERSION_NUMBER @VERSION_MAJOR@,@VERSION_MINOR@,@VERSION_REVISION@,@VERSION_EXTRA_RC@
#define VERSION_NUMBER @VERSION_MAJOR@,@VERSION_MINOR@,@VERSION_REVISION@,@VERSION_EXTRA_RC@
VLC_ICON ICON "vlc
48x48
.ico"
VLC_ICON ICON "vlc.ico"
1 VERSIONINFO
1 VERSIONINFO
FILETYPE 1
FILETYPE 1
...
...
share/vlc_wince_rc.rc
View file @
5db54724
...
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
...
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// Icon with lowest ID value placed first to ensure application icon
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
// remains consistent on all systems.
IDI_NIOUP ICON DISCARDABLE "vlc
48x48
.ico"
IDI_NIOUP ICON DISCARDABLE "vlc.ico"
#ifdef APSTUDIO_INVOKED
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment