[vlc-devel] commit: Win32: package the luaSD scripts (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Feb 23 11:13:33 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 23 11:13:41 2010 +0100| [02745c6f42be59383d7ce82f44859261cdc83e86] | committer: Jean-Baptiste Kempf
Win32: package the luaSD scripts
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02745c6f42be59383d7ce82f44859261cdc83e86
---
Makefile.am | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 42e94f1..8e97ebc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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}` ; \
More information about the vlc-devel
mailing list