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
a1901398
Commit
a1901398
authored
Jul 27, 2007
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
activex: slightly better Makefile.am
parent
83363887
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
activex/Makefile.am
activex/Makefile.am
+7
-8
No files found.
activex/Makefile.am
View file @
a1901398
...
...
@@ -64,19 +64,19 @@ DIST_misc = \
if
BUILD_ACTIVEX
lib_LTLIBRARIES
=
lib
axvlc.la
lib_LTLIBRARIES
=
axvlc.la
LIBRARIES_libvlc
=
$(top_builddir)
/src/libvlc-control.la
\
$(top_builddir)
/src/libvlc.la
lib
axvlc_la_SOURCES
=
$(SOURCES_activex)
lib
axvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
activex
`
lib
axvlc_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
activex
`
lib
axvlc_la_DEPENDENCIES
=
axvlc.def
$(DATA_axvlc_rc)
$(LIBRARIES_libvlc)
lib
axvlc_la_LDFLAGS
=
$(srcdir)
/axvlc.def
-Wl
,
$(DATA_axvlc_rc)
\
axvlc_la_SOURCES
=
$(SOURCES_activex)
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
`
\
-
Wl
,--output,axvlc
$(LIBEXT)
-
module
DATA_axvlc_rc
=
$(noinst_axvlc_rc_DATA)
noinst_axvlc_rc_DATA
=
axvlc_rc.
$(OBJEXT)
...
...
@@ -123,7 +123,6 @@ endif
###############################################################################
clean-local
:
clean-tlb
rm
-f
axvlc
$(LIBEXT)
###############################################################################
# Force rules
...
...
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