[vlc-commits] NSIS: Improve include paths
Daniel Amm
git at videolan.org
Fri Jan 22 23:25:29 CET 2016
vlc | branch: master | Daniel Amm <da2424 at t-online.de> | 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 <jb at videolan.org>
> 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 ;
More information about the vlc-commits
mailing list