From 4cc764256c55c7b1da3f43750e76a45e6a593d94 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Tue, 18 Mar 2014 10:44:53 -0700 Subject: [PATCH] win32: Powershell.exe absolutely needs "-File" when running scripts or else it parses arguments with spaces as separate parameters. --- src/common/common.vcxproj | 4 ++-- src/fe-gtk/fe-gtk.vcxproj | 2 +- win32/installer/installer.vcxproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 17a8d829..3ae891d5 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -160,8 +160,8 @@ "$(ProjectDir)marshal.h" diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj index f5e2dace..d415175c 100644 --- a/src/fe-gtk/fe-gtk.vcxproj +++ b/src/fe-gtk/fe-gtk.vcxproj @@ -99,7 +99,7 @@ > "$(OutDir)hexchat.iss" $(IsccPath) /dPROJECTDIR="$(ProjectDir)" /dAPPARCH="$(Platform)" "$(OutDir)hexchat.iss"