Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
a387a1ff
Commit
a387a1ff
authored
Aug 18, 2007
by
Rafaël Carré
Browse files
Distributes luameta on windows builds
parent
0a60a95f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
a387a1ff
...
...
@@ -736,6 +736,10 @@ package-win32-base-debug: package-win-common
for
i
in
$(srcdir)/share/luaplaylist/*.*
;
do
\
$(INSTALL)
-m
644
$${i}
$(top_builddir)/vlc-${VERSION}/share/luaplaylist/`basename
$${i}`
;
\
done
;
$(INSTALL)
-d
$(top_builddir)/vlc-${VERSION}/share/luameta
for
i
in
$(srcdir)/share/luameta/*.*
;
do
\
$(INSTALL)
-m
644
$${i}
$(top_builddir)/vlc-${VERSION}/share/luameta/`basename
$${i}`
;
\
done
;
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/osdmenu"
cp
$(srcdir)/share/osdmenu/*.*
"$(top_builddir)/vlc-${VERSION}/osdmenu"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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