From 2e75068c7c4c772fc2c8fc7244a1ceeea87171cc Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sun, 3 Nov 2013 14:16:11 -0800 Subject: Use correct path to TextTransform.exe depending on the platform. --- win32/hexchat.props | 2 ++ win32/installer/installer.vcxproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/hexchat.props b/win32/hexchat.props index 57f77648..e5bc6acf 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -94,6 +94,8 @@ copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\share\locale" xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" + "%PROGRAMFILES%\Common Files\microsoft shared\TextTemplating\12.0\TextTransform.exe" + "%PROGRAMFILES(x86)%\Common Files\microsoft shared\TextTemplating\12.0\TextTransform.exe" diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj index 453e87bd..54e361f6 100644 --- a/win32/installer/installer.vcxproj +++ b/win32/installer/installer.vcxproj @@ -64,7 +64,7 @@ > "$(OutDir)hexchat.iss" "$(ProgramFiles)\Inno Setup 5\iscc.exe" /dPROJECTDIR="$(ProjectDir)" /dAPPARCH="$(Platform)" "$(OutDir)hexchat.iss" -- cgit 1.4.1