Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
bd26b2c1
Commit
bd26b2c1
authored
Jan 13, 2010
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
am: Support building VLC.app with an external build folder.
parent
70a5235e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+4
-4
No files found.
Makefile.am
View file @
bd26b2c1
...
@@ -492,9 +492,9 @@ VLC-release.app: vlc
...
@@ -492,9 +492,9 @@ VLC-release.app: vlc
$(top_builddir)
/tmp/modules/gui/macosx
;
\
$(top_builddir)
/tmp/modules/gui/macosx
;
\
done
done
$(AM_V_GEN)
cd
$(top_builddir)
/tmp/extras/package/macosx
&&
\
$(AM_V_GEN)
cd
$(top_builddir)
/tmp/extras/package/macosx
&&
\
xcodebuild
-target
vlc
$(silentstd)
&&
\
xcodebuild
-target
vlc
SYMROOT
=
../../../build
$(silentstd)
&&
\
cd
../../../../
&&
\
cd
../../../../
&&
\
cp
-R
$(top_builddir)
/tmp/
extras/package/macosx/
build/Default/VLC.bundle
$(top_builddir)
/VLC-release.app
;
\
cp
-R
$(top_builddir)
/tmp/build/Default/VLC.bundle
$(top_builddir)
/VLC-release.app
;
\
rm
-Rf
$(top_builddir)
/tmp
rm
-Rf
$(top_builddir)
/tmp
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS
PRODUCT
=
"VLC-release.app"
ACTION
=
"release-makefile"
src_dir
=
$(srcdir)
build_dir
=
$(top_builddir)
sh
$(srcdir)
/projects/macosx/framework/Pre-Compile.sh
PRODUCT
=
"VLC-release.app"
ACTION
=
"release-makefile"
src_dir
=
$(srcdir)
build_dir
=
$(top_builddir)
sh
$(srcdir)
/projects/macosx/framework/Pre-Compile.sh
...
@@ -645,9 +645,9 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
...
@@ -645,9 +645,9 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
$(top_builddir)
/tmp/modules/gui/macosx
;
\
$(top_builddir)
/tmp/modules/gui/macosx
;
\
done
done
$(AM_V_GEN)
cd
$(top_builddir)
/tmp/extras/package/macosx
&&
\
$(AM_V_GEN)
cd
$(top_builddir)
/tmp/extras/package/macosx
&&
\
xcodebuild
-target
vlc
$(silentstd)
&&
\
xcodebuild
-target
vlc
SYMROOT
=
../../../build
$(silentstd)
&&
\
cd
../../../../
&&
\
cd
../../../../
&&
\
cp
-R
$(top_builddir)
/tmp/
extras/package/macosx/
build/Default/VLC.bundle
$(top_builddir)
/VLC.app
cp
-R
$(top_builddir)
/tmp/build/Default/VLC.bundle
$(top_builddir)
/VLC.app
$(INSTALL)
-d
$(top_builddir)
/VLC.app/Contents/MacOS
$(INSTALL)
-d
$(top_builddir)
/VLC.app/Contents/MacOS
touch
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
touch
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
chmod
+x
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
chmod
+x
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
...
...
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