[vlc-commits] macosx: add build schemes to Xcode project for complete compilation
David Fuhrmann
git at videolan.org
Sat Jun 13 09:50:16 CEST 2015
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun May 31 23:22:47 2015 +0200| [c5ffebd6665a846992cd78d9274e9a441617047f] | committer: David Fuhrmann
macosx: add build schemes to Xcode project for complete compilation
This adds several build targets to the project for doing all needed
steps for compilation.
Additionally, they are some schemes included which are intended
to be used for compilation:
- "Rebuild everything" builds all targets in the right order, including
extras/tools, contribs, bootstrap, configure, make and make VLC-dev.
This scheme should be used once to setup everything. For later
builds, you should switch to the Make project scheme.
- "Make project" runs "make && make VLC-dev.app", to only recompile
files if needed. Additionally, it creates a VLC-dev.app for testing.
The end result will be stored in the build folder set in Xcode. Both
VLC.app and VLC-dev.app can be accessed by using the "Build artifacts"
folder, and showing the files in finder.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5ffebd6665a846992cd78d9274e9a441617047f
---
.../package/macosx/vlc.xcodeproj/project.pbxproj | 824 ++++++++++++++++++--
.../xcshareddata/xcschemes/Make project.xcscheme | 82 ++
.../xcschemes/Rebuild everything.xcscheme | 142 ++++
3 files changed, 999 insertions(+), 49 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c5ffebd6665a846992cd78d9274e9a441617047f
More information about the vlc-commits
mailing list