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
609cba8d
Commit
609cba8d
authored
Jul 20, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/Makefile.am
src/Makefile.am
+3
-4
No files found.
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
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