Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
17f8ae60
Commit
17f8ae60
authored
Aug 23, 2003
by
Loïc Minier
Browse files
* was wrongly deleting the extras/ dir
parent
7746a9f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
17f8ae60
...
...
@@ -402,9 +402,8 @@ vlc_appdir = $(bindir)
VLC.app
:
vlc
cd
$(top_builddir)
rm
-Rf
VLC.app
rm
-Rf
extras
mkdir
extras
cp
-r
$(srcdir)
/extras/MacOSX extras
mkdir
extras
||
true
cp
-r
$(srcdir)
/extras/MacOSX extras
||
true
cd
extras/MacOSX
&&
pbxbuild
-target
vlc |
grep
-v
'^\([ \t]\|$$\)'
cd
$(top_builddir)
cp
-r
extras/MacOSX/build/vlc.bundle VLC.app
...
...
Write
Preview
Supports
Markdown
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