vlc | branch: master | Daniel Amm <[email protected]> | Fri Jan 22 19:08:56 2016 +0100| [3742cc06064b795c09655251f27f52d4e0ab60a2] | committer: Jean-Baptiste Kempf
NSIS: Improve include paths This makes it possible to compile the script on Windows Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3742cc06064b795c09655251f27f52d4e0ab60a2 --- extras/package/win32/NSIS/vlc.win32.nsi.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/package/win32/NSIS/vlc.win32.nsi.in b/extras/package/win32/NSIS/vlc.win32.nsi.in index 42849e0..051af55 100644 --- a/extras/package/win32/NSIS/vlc.win32.nsi.in +++ b/extras/package/win32/NSIS/vlc.win32.nsi.in @@ -167,9 +167,9 @@ RequestExecutionLevel admin ; Macro and Functions ; ;;;;;;;;;;;;;;;;;;;;;;; -!include helpers/extensions.nsh -!include helpers/install.nsh -!include helpers/utils.nsh +!include helpers\extensions.nsh +!include helpers\install.nsh +!include helpers\utils.nsh ;;;;;;;;;;;;;;;;;;;;;; ; Installer sections ; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
