diff options
author | Arnavion <arnavion@gmail.com> | 2013-11-03 14:16:11 -0800 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-11-03 14:16:11 -0800 |
commit | 2e75068c7c4c772fc2c8fc7244a1ceeea87171cc (patch) | |
tree | 46d0d805112ec64ebfde7db6ad01d712f4a959cf /src/fe-gtk/fe-gtk.vcxproj | |
parent | af248ce2c17416ed33e9feb3d248347ee86f02e4 (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.vcxproj | 2 |
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> |