From c7bf4b0474c613f81e3724043386373d7bc7d2a3 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Fri, 27 Dec 2013 12:05:07 -0800 Subject: Replaced use of T4 templates with PS-based templates. TextTransform.exe is not available with Express versions of Visual Studio. --- src/common/common.vcxproj | 6 ++++-- src/fe-gtk/fe-gtk.vcxproj | 4 +++- src/fe-gtk/hexchat.rc.tt | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 39c50222..720faae7 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -159,8 +159,10 @@ diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj index f7341904..6b6301b2 100644 --- a/src/fe-gtk/fe-gtk.vcxproj +++ b/src/fe-gtk/fe-gtk.vcxproj @@ -100,7 +100,9 @@ diff --git a/src/fe-gtk/hexchat.rc.tt b/src/fe-gtk/hexchat.rc.tt index 87507340..2b384c49 100644 --- a/src/fe-gtk/hexchat.rc.tt +++ b/src/fe-gtk/hexchat.rc.tt @@ -1,7 +1,7 @@ -<#@ include file="..\..\version.include.tt" #>#include +#include #include "../../config-win32.h" -#define COMMA_VERSION <#= string.Join(",", versionParts) #>,0 +#define COMMA_VERSION <#= [string]::Join(',', $versionParts) #>,0 XC_ICON ICON "../../data/icons/hexchat.ico" -- cgit 1.4.1