You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
476 B
14 lines
476 B
#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) #>"
|
|
|