HomeSort by: relevance | last modified time | path
    Searched defs:NLS (Results 1 - 4 of 4) sorted by relevancy

  /src/share/mk/
bsd.nls.mk 1 # $NetBSD: bsd.nls.mk,v 1.47 2011/09/10 16:57:35 apb Exp $
11 NLS?=
16 NLSALL= ${NLS:.msg=.cat}
64 .if ${MKNLS} != "no" && !empty(NLS)
  /src/usr.bin/grep/
Makefile 31 .PATH: ${.CURDIR}/nls
33 NLS= C.msg \
  /src/lib/libc/
Makefile 10 # The NLS (message catalog) functions are always in libc. To choose that
11 # strerror(), perror(), strsignal(), psignal(), etc. actually call the NLS
82 .include "${.CURDIR}/nls/Makefile.inc"
126 NLS= C.msg Pig.msg ca.msg cs.msg de.msg es.msg fi.msg fr.msg nl.msg \
  /src/external/gpl2/gettext/dist/djgpp/
config.bat 7 Rem Find out if NLS is wanted or not,
12 Rem We always default to NLS support,
16 set NLS=enabled
17 if not "%NLS%" == "enabled" goto SmallEnv
32 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
35 if "%1" == "nls" goto NextArgument
36 if "%1" == "NLS" goto NextArgument
37 if "%1" == "no-nls" goto NoNLS
38 if "%1" == "no-NLS" goto NoNLS
39 if "%1" == "NO-NLS" goto NoNLS
    [all...]

Completed in 14 milliseconds