Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
b6a01980
Commit
b6a01980
authored
Jul 31, 2007
by
damienf
Browse files
more libtool updates, removed some ol' crust
parent
51318129
Changes
3
Hide whitespace changes
Inline
Side-by-side
activex/Makefile.am
View file @
b6a01980
...
...
@@ -74,13 +74,13 @@ axvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags activex`
axvlc_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
activex
`
axvlc_la_DEPENDENCIES
=
axvlc.def
$(DATA_axvlc_rc)
$(LIBRARIES_libvlc)
axvlc_la_LDFLAGS
=
$(srcdir)
/axvlc.def
-Wl
,
$(DATA_axvlc_rc)
\
-no-undefined
-avoid-version
$(LIBRARIES_libvlc)
\
`
$(VLC_CONFIG)
--libs
activex libvlc
`
\
-module
-no-undefined
-avoid-version
-module
\
`
$(VLC_CONFIG)
--libs
activex libvlc
`
axvlc_la_LIBADD
=
$(LIBRARIES_libvlc)
DATA_axvlc_rc
=
$(noinst_axvlc_rc_DATA)
noinst_axvlc_rc_DATA
=
axvlc_rc.
$(OBJEXT)
noinst_axvlc_rcdir
=
$(libdir)
noinst_axvlc_rcdir
=
axvlc_rc.$(OBJEXT)
:
axvlc_rc.rc inplace.bmp axvlc.tlb
$(WINDRES)
-DVERSION
=
$(VERSION)
-DVERSION_NUMBER
=
`
echo
$(VERSION)
.0.0.0 |
sed
's/[^0-9]*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'
`
--include-dir
$(srcdir)
-i
$<
-o
$@
...
...
bootstrap
View file @
b6a01980
...
...
@@ -255,7 +255,6 @@ _plugin.la_plugin\$(LIBEXT):
esac ;
\
echo
\$\$
ld
\$
<
\$\$
ldfl ;
\
\$\$
ld
\$
<
\$\$
ldfl
@if test -f "
\$
@.exe"; then mv -f -- "
\$
@.exe" "
\$
@"; fi
if MAINTAINER_MODE
\$
(srcdir)/Makefile.am:
\$
(srcdir)/Modules.am
\$
(top_srcdir)/bootstrap
...
...
src/Makefile.am
View file @
b6a01980
...
...
@@ -122,15 +122,13 @@ libvlc_la_DEPENDENCIES = libvlc.sym
libvlc_control_la_SOURCES
=
$(SOURCES_libvlc_control)
libvlc_control_la_LIBADD
=
libvlc.la
libvlc_control_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
libvlc_control_la_LDFLAGS
=
$(AM_LDFLAGS)
-export-symbols-regex
'^_?(libvlc|mediacontrol)_.*'
\
-version-info
0:0:0
libvlc_control_la_LDFLAGS
=
$(AM_LDFLAGS)
-version-info
0:0:0
if
HAVE_COMPILER_EXPORT
libvlc_control_la_LDFLAGS
+=
-export-dynamic
else
libvlc_control_la_LDFLAGS
+=
-export-symbols-regex
'^_?(libvlc|mediacontrol)_.*'
endif
EXTRA_libvlc_la_SOURCES
=
\
$(SOURCES_libvlc_beos)
\
$(SOURCES_libvlc_darwin)
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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