Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
02745c6f
Commit
02745c6f
authored
Feb 23, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: package the luaSD scripts
parent
426550fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Makefile.am
Makefile.am
+5
-3
No files found.
Makefile.am
View file @
02745c6f
...
...
@@ -720,8 +720,7 @@ package-win-common:
cat
$(top_srcdir)/po/LINGUAS
|
while
read
i;
do
\
mkdir
-p
"$(win32_destdir)/locale/$${i}/LC_MESSAGES"
;
\
cp
"$(srcdir)/po/$${i}.gmo"
\
"$(win32_destdir)/locale/$${i}/LC_MESSAGES/vlc.mo"
\
||
true
;
\
"$(win32_destdir)/locale/$${i}/LC_MESSAGES/vlc.mo"
||
true
;
\
done
mkdir
-p
$(win32_destdir)/locale/qt4/
cp
$(QT4LOCALEDIR)/*.qm
$(win32_destdir)/locale/qt4/
||
true
...
...
@@ -739,7 +738,6 @@ if BUILD_ACTIVEX
cp
$(srcdir)/projects/activex/README.TXT
$(win32_destdir)/activex/
cp
$(srcdir)/projects/activex/test.html
$(win32_destdir)/activex/
unix2dos
$(win32_destdir)/activex/*
cp
$(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT)
$(win32_destdir)/activex/
cp
$(top_srcdir)/projects/activex/axvlc.dll.manifest
$(win32_destdir)/activex/
endif
...
...
@@ -829,6 +827,10 @@ if BUILD_LUA
for
i
in
$(srcdir)/share/lua/playlist/*.*
;
do
\
$(INSTALL)
-m
644
--
"$${i}"
$(win32_lua_destdir)/playlist/`basename
$${i}`
;
\
done
$(INSTALL)
-d
$(win32_lua_destdir)/sd
for
i
in
$(srcdir)/share/lua/sd/*.*
;
do
\
$(INSTALL)
-m
644
--
"$${i}"
$(win32_lua_destdir)/sd/`basename
$${i}`
;
\
done
$(INSTALL)
-d
$(win32_lua_destdir)/meta/art
for
i
in
$(srcdir)/share/lua/meta/art/*.lua
;
do
\
$(INSTALL)
-m
644
--
"$${i}"
$(win32_lua_destdir)/meta/art/`basename
$${i}`
;
\
...
...
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