Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
62e2d1b9
Commit
62e2d1b9
authored
Jul 23, 2007
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc.dll: libtool fixes
parent
1345a357
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
src/Makefile.am
src/Makefile.am
+14
-13
No files found.
src/Makefile.am
View file @
62e2d1b9
...
...
@@ -11,7 +11,7 @@ EXTRA_DIST = extras/COPYING modules/builtin.h.in libvlc.sym
BUILT_SOURCES
=
modules/builtin.h misc/revision.c
CLEANFILES
=
$(BUILT_SOURCES)
MOSTLYCLEANFILES
=
$(
hacklib
_DATA)
$(noinst_DATA)
MOSTLYCLEANFILES
=
$(
dist_dllimport
_DATA)
$(noinst_DATA)
TOOLBOX
=
srcdir
=
$(top_srcdir)
builddir
=
$(top_builddir)
$(top_srcdir)
/toolbox
...
...
@@ -151,31 +151,32 @@ libvlc_la_SOURCES += $(SOURCES_libvlc_getopt)
endif
if
HAVE_WIN32
# Überhack. Needs fixing.
hacklibdir
=
$(libdir)
hacklib_DATA
=
libvlc.dll libvlc.dll.a
dllimportdir
=
$(libdir)
dist_dllimport_DATA
=
libvlc.dll libvlc.dll.a
noinst_DATA
=
libvlc.def
endif
OBJECTS_libvlc_dll
=
$(libvlc_la_OBJECTS)
$(libvlc_control_la_OBJECTS)
libvlc.dll.a libvlc.def
:
libvlc.dll
$(DLLTOOL)
-z
libvlc.def
-l
libvlc.dll.a
-D
$<
$(libvlc_a_OBJECTS)
@
objs
=
""
;
\
for
s
in
$(OBJECTS_libvlc_dll)
;
do
\
objs
=
"
$$
objs
$$
(dirname "
$$
s
")/.libs/
$
$(
basename
$
${s%.lo}
)
.o"
;
\
done
;
\
echo
$(DLLTOOL)
--output-def
libvlc.def
--output-lib
libvlc.dll.a
-D
$<
$$
objs
;
\
$(DLLTOOL)
--output-def
libvlc.def
--output-lib
libvlc.dll.a
-D
$<
$$
objs
libvlc.dll
:
$(
libvlc_la_OBJECTS
)
libvlc.dll
:
$(
OBJECTS_libvlc_dll
)
.la.dll
:
@
ldfl
=
"
`
$(VLC_CONFIG)
--libs
plugin libvlc pic
`
$(INCLUDED_LIBINTL)
"
;
\
objs
=
""
;
\
for
s
in
$^
;
do
\
test
"
$$
s"
=
"
$<
"
||
\
objs
=
"
$$
objs
$$
(dirname "
$$
s
")/.libs/
$
$(
basename
$
${s%.lo}
)
.o"
;
\
done
;
\
objs
=
"
$^
"
;
\
case
`
$(VLC_CONFIG)
--linkage
libvlc
`
in
\
c++
)
ld
=
"
$(CXXLINK)
"
;;
\
c|
*
)
ld
=
"
$(LINK)
"
;;
\
esac
;
\
echo
$$
ld
$$
objs
$ldfl
;
\
echo
$$
ld
$$
objs
$
$
ldfl
;
\
$$
ld
$$
objs
$$
ldfl
@
if
test
-f
"
$@
.exe"
;
then
mv
-f
"
$@
.exe"
"
$@
"
;
fi
SOURCES_libvlc_beos
=
\
misc/beos_specific.cpp
\
...
...
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