Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
502db837
Commit
502db837
authored
Mar 14, 2012
by
Edward Wang
Committed by
Jean-Baptiste Kempf
Mar 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Embed manifest files as Windows PE resource
Close #3335 Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
0891bbe7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
bin/Makefile.am
bin/Makefile.am
+1
-1
bin/vlc_win32_rc.rc.in
bin/vlc_win32_rc.rc.in
+1
-0
src/Makefile.am
src/Makefile.am
+1
-1
src/libvlc_win32_rc.rc.in
src/libvlc_win32_rc.rc.in
+1
-0
No files found.
bin/Makefile.am
View file @
502db837
...
@@ -57,7 +57,7 @@ vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in
...
@@ -57,7 +57,7 @@ vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in
$(SHELL)
./config.status
--file
=
"bin/
$@
"
$(SHELL)
./config.status
--file
=
"bin/
$@
"
vlc_win32_rc.$(OBJEXT)
:
vlc_win32_rc.rc
vlc_win32_rc.$(OBJEXT)
:
vlc_win32_rc.rc
$(WINDRES)
--include-dir
$(top_srcdir)
/share/icons
-i
$<
-o
$@
$(WINDRES)
--include-dir
$(top_srcdir)
/share/icons
-
-include-dir
$(top_srcdir)
/extras/package/win32
-
i
$<
-o
$@
vlc_cache_gen_SOURCES
=
cachegen.c
vlc_cache_gen_SOURCES
=
cachegen.c
vlc_cache_gen_LDADD
=
\
vlc_cache_gen_LDADD
=
\
...
...
bin/vlc_win32_rc.rc.in
View file @
502db837
...
@@ -30,3 +30,4 @@ BEGIN
...
@@ -30,3 +30,4 @@ BEGIN
END
END
END
END
2 RT_MANIFEST "vlc.exe.manifest"
src/Makefile.am
View file @
502db837
...
@@ -191,7 +191,7 @@ libvlccore_la_LDFLAGS += -Wl,libvlc_win32_rc.$(OBJEXT) -avoid-version
...
@@ -191,7 +191,7 @@ libvlccore_la_LDFLAGS += -Wl,libvlc_win32_rc.$(OBJEXT) -avoid-version
endif
endif
libvlc_win32_rc.$(OBJEXT)
:
libvlc_win32_rc.rc
libvlc_win32_rc.$(OBJEXT)
:
libvlc_win32_rc.rc
$(WINDRES)
--include-dir
$(top_srcdir)
/share
-i
$<
-o
$@
$(WINDRES)
--include-dir
$(top_srcdir)
/share
-
-include-dir
$(top_srcdir)
/extras/package/win32
-
i
$<
-o
$@
EXTRA_libvlccore_la_SOURCES
=
\
EXTRA_libvlccore_la_SOURCES
=
\
$(SOURCES_libvlc_darwin)
\
$(SOURCES_libvlc_darwin)
\
...
...
src/libvlc_win32_rc.rc.in
View file @
502db837
...
@@ -26,3 +26,4 @@ BEGIN
...
@@ -26,3 +26,4 @@ BEGIN
END
END
END
END
2 RT_MANIFEST "libvlc.dll.manifest"
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