Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e86b20c4
Commit
e86b20c4
authored
Oct 30, 2006
by
Jean-Paul Saman
Browse files
Forward port of 17368. Make it easier to build a macosx package when build in debug mode.
parent
f788b618
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
e86b20c4
...
...
@@ -885,7 +885,11 @@ package-macosx:
mkdir
-p
"
$(top_builddir)
/vlc-
${VERSION}
/"
;
# Copy relevant files
cp
-R
"$(top_builddir)/VLC-release.app"
"$(top_builddir)/vlc-${VERSION}/VLC.app"
@if
test
-e
"$(top_builddir)/VLC-release.app/"
;
then
\
cp
-R
"$(top_builddir)/VLC-release.app"
"$(top_builddir)/vlc-${VERSION}/VLC.app"
;
\
else
\
cp
-R
"$(top_builddir)/VLC.app"
"$(top_builddir)/vlc-${VERSION}/VLC.app"
;
\
fi
cd
"$(srcdir)"
&&
cp
AUTHORS
COPYING
ChangeLog
README
README.MacOSX.rtf
THANKS
NEWS
$(top_builddir)/vlc-${VERSION}/
&&
cp
-R
extras/MacOSX/Delete_Preferences.app
$(top_builddir)/vlc-${VERSION}/
# Create disk image
...
...
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