Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
a82cb9cd
Commit
a82cb9cd
authored
Feb 04, 2008
by
Pierre d'Herbemont
Browse files
projects/mozilla/Makefile.am: Fix Mac OS X's package file location.
parent
70a7449f
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/mozilla/Makefile.am
View file @
a82cb9cd
...
...
@@ -129,8 +129,8 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES)
dylib
=
"
$@
/Contents/MacOS/lib/libvlc-control.dylib"
;
$(FIXEXECPATH)
;
$(INSTALL)
-d
"
$@
/Contents/Resources"
$(INSTALL)
npvlc.rsrc
"
$@
/Contents/Resources/VLC Plugin.rsrc"
cp
-r
"
$(top_srcdir)
/extras/
M
ac
OSX
/plugin/English.lproj"
"
$@
/Contents/Resources/"
$(INSTALL)
"
$(top_srcdir)
/extras/
M
ac
OSX
/plugin/Info.plist"
"
$@
/Contents/Info.plist"
cp
-r
"
$(top_srcdir)
/extras/
p
ac
kage/macosx
/plugin/English.lproj"
"
$@
/Contents/Resources/"
$(INSTALL)
"
$(top_srcdir)
/extras/
p
ac
kage/macosx
/plugin/Info.plist"
"
$@
/Contents/Info.plist"
$(INSTALL)
-d
"
$@
/Contents/MacOS/modules"
for
i
in
""
`
$(VLC_CONFIG)
--target
plugin
`
;
do
\
if
test
-n
"
$$
i"
;
then
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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