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
6a790db7
Commit
6a790db7
authored
Oct 21, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: make it explicit that (unused) mozilla target is macosx only
parent
6de4a565
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
extras/contrib/src/Distributions/darwin.mak
extras/contrib/src/Distributions/darwin.mak
+1
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+4
-4
No files found.
extras/contrib/src/Distributions/darwin.mak
View file @
6a790db7
...
...
@@ -8,5 +8,5 @@ all: .autoconf .automake .libtool .intl .pkgcfg .freetype .fribidi \
.dca .tag .x264 .goom2k4 .lua .zvbi .fontconfig .ncurses .aclocal
# .expat .clinkcc don't work with SDK yet
# .glib .IDL .gecko are required to build the mozilla plugin
# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
# .mozilla
-macosx
will build an entire mozilla. it can be used if we need to create a new .gecko package
extras/contrib/src/Makefile
View file @
6a790db7
...
...
@@ -1870,7 +1870,7 @@ CLEAN_PKG += gecko-sdk-win32
DISTCLEAN_PKG
+=
gecko-sdk-i586-pc-msvc-1.8b1.zip libIDL-0.6.3-win32-bin.zip glib-19990228.zip
# ***************************************************************************
# mozilla
# mozilla
-macosx
# ***************************************************************************
mozilla-source-$(MOZILLA_VERSION).tar.bz2
:
...
...
@@ -1879,12 +1879,12 @@ mozilla-source-$(MOZILLA_VERSION).tar.bz2:
mozilla
:
mozilla-source-$(MOZILLA_VERSION).tar.bz2
$(EXTRACT_BZ2)
.mozilla
:
mozilla
.mozilla
-macosx
:
mozilla-macosx
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--enable-default-toolkit
=
mac
--enable-standalone-modules
=
xpcom,plugin
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.mozilla
CLEAN_PKG
+=
mozilla
CLEAN_FILE
+=
.mozilla
-macosx
CLEAN_PKG
+=
mozilla
-macosx
DISTCLEAN_PKG
+=
mozilla-source-
$(MOZILLA_VERSION)
.tar.bz2
# ***************************************************************************
...
...
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