Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
935da474
Commit
935da474
authored
Apr 06, 2005
by
Jérome Decoodt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include http/*.png and http/*.ico in windows packages
-- xtophe
parent
78a7417e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Makefile.am
Makefile.am
+7
-0
No files found.
Makefile.am
View file @
935da474
...
...
@@ -746,13 +746,20 @@ package-win32-base:
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/admin"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/vlm"
cp
$(srcdir)/share/http/*.html
$(top_builddir)/vlc-${VERSION}/http/
;
unix2dos
$(top_builddir)/vlc-${VERSION}/http/*.html
;
cp
$(srcdir)/share/http/*.css
$(top_builddir)/vlc-${VERSION}/http/
;
unix2dos
$(top_builddir)/vlc-${VERSION}/http/*.css
;
cp
$(srcdir)/share/http/*.png
$(top_builddir)/vlc-${VERSION}/http/
cp
$(srcdir)/share/http/*.ico
$(top_builddir)/vlc-${VERSION}/http/
;
cp
$(srcdir)/share/http/admin/*.html
\
$(top_builddir)/vlc-${VERSION}/http/admin/
;
unix2dos
$(top_builddir)/vlc-${VERSION}/http/admin/*.html
;
cp
$(srcdir)/share/http/admin/.access
\
$(top_builddir)/vlc-${VERSION}/http/admin/
;
unix2dos
$(top_builddir)/vlc-${VERSION}/http/admin/.access
;
cp
$(srcdir)/share/http/vlm/*.html
\
$(top_builddir)/vlc-${VERSION}/http/vlm/
;
unix2dos
$(top_builddir)/vlc-${VERSION}/http/vlm/*.html
;
cp
$(srcdir)/share/vlc48x48.ico
$(top_builddir)/vlc-${VERSION}/
;
...
...
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