summary refs log tree commit diff stats
path: root/src/fe-gtk/hexchat.rc.tt
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2013-12-27 12:05:07 -0800
committerArnavion <arnavion@gmail.com>2013-12-27 12:05:07 -0800
commitc7bf4b0474c613f81e3724043386373d7bc7d2a3 (patch)
tree82a47c7c7306a736f0d6ec8afbd17ac0eb45f68e /src/fe-gtk/hexchat.rc.tt
parent61ceaef57e19f7b19669bca4f7972123d2e6b119 (diff)
Replaced use of T4 templates with PS-based templates.
TextTransform.exe is not available with Express versions of Visual Studio.
Diffstat (limited to 'src/fe-gtk/hexchat.rc.tt')
-rw-r--r--src/fe-gtk/hexchat.rc.tt4
1 files changed, 2 insertions, 2 deletions
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 <winver.h>

+#include <winver.h>

 #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"