[vlc-devel] commit: Simplification of nsis script that helps a lot. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Sep 3 09:00:49 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 3 00:03:23 2008 -0700| [49c2c96ff3888af12846b25745d7e0228835c102] | committer: Jean-Baptiste Kempf
Simplification of nsis script that helps a lot.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=49c2c96ff3888af12846b25745d7e0228835c102
---
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 27bebc2..102fa46 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -398,12 +398,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