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
609cba8d
Commit
609cba8d
authored
Jul 20, 2007
by
Rémi Denis-Courmont
Browse files
Try to fix NLS on Win32
Somehow gettext fails on mingw32 here, so cannot test
parent
2dc7b443
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
609cba8d
...
...
@@ -155,6 +155,7 @@ if HAVE_WIN32
hacklibdir
=
$(libdir)
hacklib_DATA
=
libvlc.dll libvlc.dll.a
noinst_DATA
=
libvlc.def
endif
libvlc.dll.a libvlc.def
:
libvlc.dll
$(DLLTOOL)
-z
libvlc.def
-l
libvlc.dll.a
-D
$<
$(libvlc_a_OBJECTS)
...
...
@@ -162,7 +163,7 @@ libvlc.dll.a libvlc.def: libvlc.dll
libvlc.dll
:
$(libvlc_la_OBJECTS)
.la.dll
:
@
ldfl
=
"
`
$(VLC_CONFIG)
--libs
plugin libvlc pic
`
"
;
\
@
ldfl
=
"
`
$(VLC_CONFIG)
--libs
plugin libvlc pic
`
$(INCLUDED_LIBINTL)
"
;
\
objs
=
""
;
\
for
s
in
$^
;
do
\
test
"
$$
s"
=
"
$<
"
||
\
...
...
@@ -173,10 +174,8 @@ libvlc.dll: $(libvlc_la_OBJECTS)
c|
*
)
ld
=
"
$(LINK)
"
;;
\
esac
;
\
echo
$$
ld
$$
objs
$ldfl
;
\
$$
ld
$$
objs
$$
ldfl
# Cygwin libtool work-around
$$
ld
$$
objs
$$
ldfl
@
if
test
-f
"
$@
.exe"
;
then
mv
-f
"
$@
.exe"
"
$@
"
;
fi
endif
SOURCES_libvlc_beos
=
\
misc/beos_specific.cpp
\
...
...
Write
Preview
Supports
Markdown
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