From 99ee7b6ef815f591d95f7729a8537904d3bf0c25 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Tue, 18 Mar 2014 11:05:54 -0700 Subject: win32: Quote paths when invoking glib-compile-resources.exe Also escape the trailing backslash in DataDir since otherwise it escapes the double-quote after it. --- win32/hexchat.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/hexchat.props b/win32/hexchat.props index 37f8b7e1..895f65b5 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -33,7 +33,7 @@ $(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2 $(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0 gtk-win32-2.0.lib;gdk-win32-2.0.lib;atk-1.0.lib;gio-2.0.lib;gdk_pixbuf-2.0.lib;pangowin32-1.0.lib;pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;gobject-2.0.lib;gmodule-2.0.lib;glib-2.0.lib;libintl.lib;libxml2.lib;libeay32.lib;ssleay32.lib;wininet.lib;winmm.lib;ws2_32.lib - $(SolutionDir)..\data\ + $(SolutionDir)..\data\\ $(SolutionDir)..\..\hexchat-build $(HexChatBuild)\$(PlatformName)\bin\ $(HexChatBuild)\$(PlatformName)\obj\ -- cgit 1.4.1