fe-gtk: Quote path to glib-compile-resources.exe

This commit is contained in:
Arnavion 2013-11-03 14:24:49 -08:00
parent 2e75068c7c
commit e8282d97f1
1 changed files with 1 additions and 1 deletions

View File

@ -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>