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:16:11 -0800
committerArnavion <arnavion@gmail.com>2013-11-03 14:16:11 -0800
commit2e75068c7c4c772fc2c8fc7244a1ceeea87171cc (patch)
tree46d0d805112ec64ebfde7db6ad01d712f4a959cf /src/fe-gtk/fe-gtk.vcxproj
parentaf248ce2c17416ed33e9feb3d248347ee86f02e4 (diff)
Use correct path to TextTransform.exe depending on the platform.
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 7cc40da8..90218fc9 100644
--- a/src/fe-gtk/fe-gtk.vcxproj
+++ b/src/fe-gtk/fe-gtk.vcxproj
@@ -100,7 +100,7 @@
       <Command>

       <![CDATA[

 SET SOLUTIONDIR=$(SolutionDir)..\

-"%PROGRAMFILES%\Common Files\microsoft shared\TextTemplating\12.0\TextTransform.exe" -out hexchat.rc hexchat.rc.tt

+$(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"

       ]]>

       </Command>