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
697ec2d5
Commit
697ec2d5
authored
Dec 08, 2005
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
this should fix win32 and wince package-win*-base targets
parent
27b0d464
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
29 deletions
+15
-29
Makefile.am
Makefile.am
+15
-29
No files found.
Makefile.am
View file @
697ec2d5
...
...
@@ -868,25 +868,18 @@ package-win32-base:
sed
-i
's%share/osdmenu%osdmenu%g'
$(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg
sed
-i
's%/%\\%g'
$(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/
admin
"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/
vlm
"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/
images
"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/
requests
"
cp
$(srcdir)/share/http/*.html
$(top_builddir)/vlc-${VERSION}/http/
;
unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
:
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/*.js
$(top_builddir)/vlc-${VERSION}/http/
;
unix2dos
$(top_builddir)/vlc-${VERSION}/http/*.js
;
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/dboxfiles.html
\
$(top_builddir)
/vlc-
${VERSION}
/http/admin/
;
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/http/images/*.png
$(top_builddir)/vlc-${VERSION}/http/images/
cp
$(srcdir)/share/http/requests/*.xml
$(top_builddir)/vlc-${VERSION}/http/requests/
;
unix2dos
$(top_builddir)/vlc-${VERSION}/http/requests/*.xml
;
cp
$(srcdir)/share/vlc48x48.ico
$(top_builddir)/vlc-${VERSION}/
;
...
...
@@ -972,25 +965,18 @@ package-wince-base:
done
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/
admin
"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/
vlm
"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/
images
"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/http/
requests
"
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/*.js
$(top_builddir)/vlc-${VERSION}/http/
;
unix2dos
$(top_builddir)/vlc-${VERSION}/http/*.js
;
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/dboxfiles.html
\
$(top_builddir)/vlc-${VERSION}/http/admin/
;
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/http/images/*.png
$(top_builddir)/vlc-${VERSION}/http/images/
cp
$(srcdir)/share/http/requests/*.xml
$(top_builddir)/vlc-${VERSION}/http/requests/
;
unix2dos
$(top_builddir)/vlc-${VERSION}/http/requests/*.xml
;
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