[vlc-devel] commit: Simplification of nsis script that helps a lot. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Mar 27 02:02:33 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 3 00:03:23 2008 -0700| [b8efbea5011c683a75028e1fe21c669d9027fba5] | committer: Christophe Mutricy
Simplification of nsis script that helps a lot.
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8efbea5011c683a75028e1fe21c669d9027fba5
---
extras/package/win32/vlc.win32.nsi.in | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 7520bfa..2608b8c 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -403,12 +403,9 @@ Section $Name_Section01 SEC01
; VLC.exe, libvlc.dll
!insertmacro InstallFile vlc.exe
!insertmacro InstallFile vlc.exe.manifest
- !ifdef LIBVLCCORE_DLL
- !insertmacro InstallFile ${LIBVLCCORE_DLL}
- !endif
- !ifdef LIBVLC_DLL
- !insertmacro InstallFile ${LIBVLC_DLL}
- !endif
+
+ ; All dlls
+ !insertmacro InstallFile *.dll
; Text files
!insertmacro InstallFile *.txt
More information about the vlc-devel
mailing list