summary refs log tree commit diff stats
path: root/src/fe-gtk/fe-gtk.vcxproj
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2013-11-03 14:24:49 -0800
committerArnavion <arnavion@gmail.com>2013-11-03 14:24:49 -0800
commite8282d97f1a5045dbd782a1e8188a46c646a598a (patch)
tree8f2adfddcdd636eed30df11146c856673da7079a /src/fe-gtk/fe-gtk.vcxproj
parent2e75068c7c4c772fc2c8fc7244a1ceeea87171cc (diff)
fe-gtk: Quote path to glib-compile-resources.exe
Diffstat (limited to 'src/fe-gtk/fe-gtk.vcxproj')
-rw-r--r--src/fe-gtk/fe-gtk.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj
index 90218fc9..f7341904 100644
--- a/src/fe-gtk/fe-gtk.vcxproj
+++ b/src/fe-gtk/fe-gtk.vcxproj
@@ -101,7 +101,7 @@
       <![CDATA[

 SET SOLUTIONDIR=$(SolutionDir)..\

 $(TextTransformPath) -out hexchat.rc hexchat.rc.tt

-$(DepsRoot)\bin\glib-compile-resources.exe --generate-source --sourcedir $(DataDir) --target "$(ProjectDir)resources.c" "$(DataDir)hexchat.gresource.xml"

+"$(DepsRoot)\bin\glib-compile-resources.exe" --generate-source --sourcedir $(DataDir) --target "$(ProjectDir)resources.c" "$(DataDir)hexchat.gresource.xml"

       ]]>

       </Command>

       <Message>Build hexchat.rc and gresource file</Message>