[vlc-commits] MSI: make it depend on package-win-strip
Jean-Baptiste Kempf
git at videolan.org
Tue Feb 12 17:53:16 CET 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 12 17:52:22 2013 +0100| [ef24315035a88f885acc9031267f9c47a2031a96] | committer: Jean-Baptiste Kempf
MSI: make it depend on package-win-strip
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef24315035a88f885acc9031267f9c47a2031a96
---
extras/package/win32/msi.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/win32/msi.mak b/extras/package/win32/msi.mak
index 2162931..796bd66 100644
--- a/extras/package/win32/msi.mak
+++ b/extras/package/win32/msi.mak
@@ -8,7 +8,7 @@ W_MSIDIR=`winepath -w '$(MSIDIR)'`
MSIBUILDDIR=$(abs_top_builddir)/extras/package/win32/msi
W_MSIBUILDDIR=`winepath -w '$(MSIBUILDDIR)'`
-package-msi: heat candle light
+package-msi: heat candle light package-win-strip
heat:
$(HEAT) dir $(VLCDIR)/plugins -cg CompPluginsGroup -gg -scom -sreg -sfrag -srd -dr PLUGINSDIR -out $(W_MSIBUILDDIR)/Plugins.fragment.wxs
More information about the vlc-commits
mailing list