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
46060128
Commit
46060128
authored
Jun 25, 2003
by
Sam Hocevar
Browse files
* Makefile.am: using C++ linkage for vlc under OS X and BeOS.
parent
9c961cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
46060128
...
...
@@ -462,7 +462,15 @@ DEPENDENCIES_vlc = lib/libvlc.a $(L_builtin) $(DATA_win32_rc) $(LIB_intl)
vlc$(EXEEXT)
:
$(vlc_OBJECTS) $(DEPENDENCIES_vlc)
@
rm
-f
$(srcdir)
/vlc
$(EXEEXT)
if
HAVE_BEOS
$(CXXLINK)
$(vlc_LDFLAGS)
$(vlc_OBJECTS)
$(vlc_LDADD)
$(LIBS)
else
if
HAVE_DARWIN
$(CXXLINK)
$(vlc_LDFLAGS)
$(vlc_OBJECTS)
$(vlc_LDADD)
$(LIBS)
else
$(LINK)
$(vlc_LDFLAGS)
$(vlc_OBJECTS)
$(vlc_LDADD)
$(LIBS)
endif
endif
if
HAVE_BEOS
xres
-o
$@
$(srcdir)/share/vlc_beos.rsrc
...
...
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