summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-06-03 09:43:14 -0400
committerTingPing <tingping@fedoraproject.org>2014-06-03 09:43:14 -0400
commit8538dd1a49bc213681d58f0f0c0e3a4bcf732666 (patch)
tree2c892e35ca51300ac0fef3deed95a7e685b54e83
parenta918ec2236eef4a24396eec7a89e6b8bdc0ee533 (diff)
win32: Don't auto-generate version.txt
-rw-r--r--src/common/common.vcxproj3
-rw-r--r--win32/version.txt.tt1
2 files changed, 0 insertions, 4 deletions
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 @@
       <Command><![CDATA[

 SET SOLUTIONDIR=$(SolutionDir)..\

 powershell -File "$(SolutionDir)..\version-template.ps1" "$(SolutionDir)..\config-win32.h.tt" "$(SolutionDir)..\config-win32.h"

-powershell -File "$(SolutionDir)..\version-template.ps1" "$(SolutionDir)..\win32\version.txt.tt" "$(SolutionDir)..\win32\version.txt.tmp"

-REM version.txt must be in UTF-8 without trailing newline

-powershell "[string] $content = Get-Content '$(SolutionDir)..\win32\version.txt.tmp' -Encoding UTF8; [System.IO.File]::WriteAllText('$(SolutionDir)..\win32\version.txt', $content); Remove-Item '$(SolutionDir)..\win32\version.txt.tmp';"

 "$(DepsRoot)\bin\glib-genmarshal.exe" --prefix=_hexchat_marshal --header "$(ProjectDir)marshalers.list" > "$(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