summary refs log tree commit diff stats
path: root/win32/hexchat.props
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/hexchat.props
parente38f00775f31102a696418b59e88b1586706a359 (diff)
Add missing dependencies for glib's g_spawn on windows
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props2
1 files changed, 2 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)"