diff options
author | Arnavion <arnavion@gmail.com> | 2013-10-12 18:41:27 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-10-12 18:41:27 -0700 |
commit | e2edbfe47d89059f2020baccd76ad4715ef87871 (patch) | |
tree | f1948820b339f513f036e62f04ebcd0ed9803085 /src/fe-gtk/hexchat.rc | |
parent | 0061cd38d07396cfa42deaaa199c334b40f3d0d3 (diff) |
win32: Use version information from configure.ac to populate the Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss
This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin.
Diffstat (limited to 'src/fe-gtk/hexchat.rc')
-rw-r--r-- | src/fe-gtk/hexchat.rc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/fe-gtk/hexchat.rc b/src/fe-gtk/hexchat.rc deleted file mode 100644 index 789aa26e..00000000 --- a/src/fe-gtk/hexchat.rc +++ /dev/null @@ -1,26 +0,0 @@ -#include <winver.h> -#include "../../config-win32.h" -#include "../../resource.h" - -XC_ICON ICON "../../data/icons/hexchat.ico" - -VS_VERSION_INFO VERSIONINFO - FILEVERSION COMMA_VERSION - PRODUCTVERSION COMMA_VERSION - BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904B0" - BEGIN - - VALUE "FileDescription", "HexChat IRC Client" - VALUE "ProductName", "HexChat" - VALUE "ProductVersion", PACKAGE_VERSION - VALUE "FileVersion", PACKAGE_VERSION - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0409, 0x04B0 - END - END |