mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 12:03:02 +01:00
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# * Copyright (C) 1997-2004, International Business Machines
|
|
# * Corporation and others. All Rights Reserved.
|
|
# A list of txt's to build
|
|
# Note:
|
|
#
|
|
# If you are thinking of modifying this file, READ THIS.
|
|
#
|
|
# Instead of changing this file [unless you want to check it back in],
|
|
# you should consider creating a 'reslocal.mk' file in this same directory.
|
|
# Then, you can have your local changes remain even if you upgrade or
|
|
# reconfigure ICU.
|
|
#
|
|
# Example 'reslocal.mk' files:
|
|
#
|
|
# * To add an additional locale to the list:
|
|
# _____________________________________________________
|
|
# | GENRB_SOURCE_LOCAL = myLocale.txt ...
|
|
#
|
|
# * To REPLACE the default list and only build with a few
|
|
# locale:
|
|
# _____________________________________________________
|
|
# | GENRB_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
|
|
#
|
|
#
|
|
|
|
|
|
# This is the list of locales that are built, but not considered installed in ICU.
|
|
# These are usually aliased locales or the root locale.
|
|
GENRB_ALIAS_SOURCE =
|
|
|
|
# Please try to keep this list in alphabetical order
|
|
# Use at least one locale due to problem in Linux (CORE-1885)
|
|
GENRB_SOURCE = pt_BR.txt
|