~aleteoryx/sexchat

ref: 4ce2f293e84d6fca66d1c507833a182f31200689 sexchat/win32/config.h.tt -rw-r--r-- 476 bytes
4ce2f293Aleteoryx dynamic dispatch refactored 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define LOCALEDIR ".\\share\\locale"
#define ENABLE_NLS
#define USE_PLUGIN
#define USE_OPENSSL
#define HAVE_ISO_CODES
#define ISO_CODES_PREFIX ".\\"
#define ISO_CODES_LOCALEDIR LOCALEDIR
#define PACKAGE_NAME "hexchat"
#define PACKAGE_VERSION "<#= [string]::Join('.', $versionParts) #>"
#define HEXCHATLIBDIR ".\\plugins"
#define HEXCHATSHAREDIR "."
#define OLD_PERL
#define GETTEXT_PACKAGE "hexchat"
#define PACKAGE_TARNAME "hexchat-<#= [string]::Join('.', $versionParts) #>"