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
ffdd8bed
Commit
ffdd8bed
authored
Jan 02, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLC-tmp.app : remove .app suffix
It doesn't give an OSX application
parent
9fe8ee53
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
extras/package/macosx/package.mak
extras/package/macosx/package.mak
+5
-5
No files found.
extras/package/macosx/package.mak
View file @
ffdd8bed
...
@@ -7,24 +7,24 @@ endif
...
@@ -7,24 +7,24 @@ endif
# This is just for development purposes.
# This is just for development purposes.
# The resulting VLC.app will only run in this tree.
# The resulting VLC.app will only run in this tree.
VLC.app
:
VLC-tmp
.app
VLC.app
:
VLC-tmp
rm
-Rf
$@
rm
-Rf
$@
cp
-R
VLC-tmp
.app
$@
cp
-R
VLC-tmp
$@
$(INSTALL)
-m
0755
$(top_builddir)
/bin/.libs/vlc
$@
/Contents/MacOS/VLC
$(INSTALL)
-m
0755
$(top_builddir)
/bin/.libs/vlc
$@
/Contents/MacOS/VLC
$(LN_S)
-f
../../../modules
$@
/Contents/MacOS/plugins
$(LN_S)
-f
../../../modules
$@
/Contents/MacOS/plugins
# VLC-release.app for packaging and giving it to your friends
# VLC-release.app for packaging and giving it to your friends
# use package-macosx to get a nice dmg
# use package-macosx to get a nice dmg
VLC-release.app
:
VLC-tmp
.app
VLC-release.app
:
VLC-tmp
rm
-Rf
$@
rm
-Rf
$@
cp
-R
VLC-tmp
.app
$@
cp
-R
VLC-tmp
$@
PRODUCT
=
"
$@
"
ACTION
=
"release-makefile"
src_dir
=
$(srcdir)
build_dir
=
$(top_builddir)
sh
$(srcdir)
/projects/macosx/framework/Pre-Compile.sh
PRODUCT
=
"
$@
"
ACTION
=
"release-makefile"
src_dir
=
$(srcdir)
build_dir
=
$(top_builddir)
sh
$(srcdir)
/projects/macosx/framework/Pre-Compile.sh
find
$@
-type
d
-exec
chmod
ugo+rx
'{}'
\;
find
$@
-type
d
-exec
chmod
ugo+rx
'{}'
\;
find
$@
-type
f
-exec
chmod
ugo+r
'{}'
\;
find
$@
-type
f
-exec
chmod
ugo+r
'{}'
\;
rm
-Rf
$@
/Contents/Frameworks/BGHUDAppKit.framework/Resources/
rm
-Rf
$@
/Contents/Frameworks/BGHUDAppKit.framework/Resources/
VLC-tmp
.app
:
vlc
VLC-tmp
:
vlc
$(AM_V_GEN)
(
cd
src
&&
$(MAKE)
$(AM_MAKEFLAGS)
install
$(silentstd)
)
$(AM_V_GEN)
(
cd
src
&&
$(MAKE)
$(AM_MAKEFLAGS)
install
$(silentstd)
)
(
cd
lib
&&
$(MAKE)
$(AM_MAKEFLAGS)
install
$(silentstd)
)
(
cd
lib
&&
$(MAKE)
$(AM_MAKEFLAGS)
install
$(silentstd)
)
rm
-Rf
"
$(top_builddir)
/tmp"
"
$@
"
rm
-Rf
"
$(top_builddir)
/tmp"
"
$@
"
...
...
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