summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorIvan <micronn@gmail.com>2014-12-02 22:12:48 +0100
committerIvan <micronn@gmail.com>2014-12-02 22:12:48 +0100
commit3fbe5b876e3af3fde135eb42bcd3050b41865d1a (patch)
tree947f5a67abdc44cc2b97746b7e948a2ebb396bab /win32
parente38f00775f31102a696418b59e88b1586706a359 (diff)
Add missing dependencies for glib's g_spawn on windows
Diffstat (limited to 'win32')
-rw-r--r--win32/hexchat.props2
-rw-r--r--win32/installer/hexchat.iss.tt7
2 files changed, 9 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 8af53c79..2e906578 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -58,6 +58,8 @@ copy "$(DepsRoot)\bin\gio-2.0.dll" "$(HexChatRel)"
 copy "$(DepsRoot)\bin\glib-2.0.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\gmodule-2.0.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\gobject-2.0.dll" "$(HexChatRel)

+copy "$(DepsRoot)\bin\gspawn-win$(PlatformArchitecture)-helper.exe" "$(HexChatRel)"

+copy "$(DepsRoot)\bin\gspawn-win$(PlatformArchitecture)-helper-console.exe" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\gthread-2.0.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\gtk-win32-2.0.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\harfbuzz.dll" "$(HexChatRel)"

diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt
index 0ccf2097..e2d0943d 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -124,6 +124,13 @@ Source: "gio-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
 Source: "glib-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
 Source: "gmodule-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
 Source: "gobject-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+#if APPARCH == "x64"
+Source: "gspawn-win64-helper.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "gspawn-win64-helper-console.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+#else
+Source: "gspawn-win32-helper.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "gspawn-win32-helper-console.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+#endif
 Source: "gthread-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
 Source: "gtk-win32-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
 Source: "harfbuzz.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs