From 8538dd1a49bc213681d58f0f0c0e3a4bcf732666 Mon Sep 17 00:00:00 2001 From: TingPing Date: Tue, 3 Jun 2014 09:43:14 -0400 Subject: win32: Don't auto-generate version.txt --- src/common/common.vcxproj | 3 --- win32/version.txt.tt | 1 - 2 files changed, 4 deletions(-) delete mode 100644 win32/version.txt.tt diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 3ae891d5..c38f432b 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -161,9 +161,6 @@ "$(ProjectDir)marshal.h" "$(DepsRoot)\bin\glib-genmarshal.exe" --prefix=_hexchat_marshal --body "$(ProjectDir)marshalers.list" > "$(ProjectDir)marshal.c" diff --git a/win32/version.txt.tt b/win32/version.txt.tt deleted file mode 100644 index 778db65c..00000000 --- a/win32/version.txt.tt +++ /dev/null @@ -1 +0,0 @@ -<#= [string]::Join('.', $versionParts) #> \ No newline at end of file -- cgit 1.4.1