mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 10:42:33 +01:00
1b2bee37e4
It has been default for a while, is the only tested option, and will only get more common.
15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
#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) #>"
|