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
0bb74b20
Commit
0bb74b20
authored
Feb 03, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't package qt4 and skins2 in win32 xpi
parent
6b038c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Makefile.am
Makefile.am
+3
-1
No files found.
Makefile.am
View file @
0bb74b20
...
...
@@ -753,7 +753,7 @@ endif
package-win32-xpi
:
package-win-common-strip
mkdir
-p
"
$(win32_xpi_destdir)
/plugins"
cp
$(top_builddir)
/projects/mozilla/install.rdf
"
$(win32_xpi_destdir)
"
cp
$(win32_destdir)
/mozilla/
/
npvlc
$(LIBEXT)
\
cp
$(win32_destdir)
/mozilla/npvlc
$(LIBEXT)
\
"
$(win32_xpi_destdir)
/plugins"
cp
$(top_srcdir)
/projects/mozilla/npvlc.dll.manifest
\
"
$(win32_xpi_destdir)
/plugins"
...
...
@@ -766,6 +766,8 @@ package-win32-xpi: package-win-common-strip
mkdir
-p
"
$(win32_xpi_destdir)
/plugins/plugins"
cp
$(win32_destdir)
/plugins/
*
$(LIBEXT)
\
"
$(win32_xpi_destdir)
/plugins/plugins"
rm
-rf
"
$(win32_xpi_destdir)
/plugins/plugins/*qt*"
rm
-rf
"
$(win32_xpi_destdir)
/plugins/plugins/*skins*"
cd
$(win32_xpi_destdir)
&&
zip
-r
vlc-
$(VERSION)
.xpi install.rdf plugins
package-win32-base-debug
:
package-win-common
...
...
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