mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 12:38:36 +02:00
* added unicode.imp
This commit is contained in:
parent
ab364f10f2
commit
7ff83a26df
@ -242,7 +242,7 @@ dsapi.imp dsevent.imp lib0.imp \
|
||||
locnlm32.imp ndpsrpc.imp netnlm32.imp nit.imp \
|
||||
nlmlib.imp nwpsrv3x.imp nwpsrv.imp nwsnut.imp \
|
||||
requestr.imp socklib.imp streams.imp threads.imp \
|
||||
tli.imp vollib.imp ws2_32.imp ws2nlm.imp
|
||||
tli.imp vollib.imp ws2_32.imp ws2nlm.imp unicode.imp
|
||||
override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings lineinfo winsock heaptrc matrix dos crt objects sysconst initc sysutils types typinfo systhrds classes cpu mmx getopts dateutils strutils convutils charset ucomplex variants rtlconst math varutils freebidi utf8bidi mouse video keyboard cmem sockets aio nwsnut nwserv nwnit nwprot netware
|
||||
override TARGET_LOADERS+=nwpre prelude
|
||||
override TARGET_RSTS+=math varutils variants typinfo classes dateutils sysconst convutils rtlconst systhrds
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile.fpc for Free Pascal Netware RTL
|
||||
# Makefile.fpc for Free Pascal Netware RTL (clib)
|
||||
#
|
||||
|
||||
[package]
|
||||
@ -76,7 +76,7 @@ dsapi.imp dsevent.imp lib0.imp \
|
||||
locnlm32.imp ndpsrpc.imp netnlm32.imp nit.imp \
|
||||
nlmlib.imp nwpsrv3x.imp nwpsrv.imp nwsnut.imp \
|
||||
requestr.imp socklib.imp streams.imp threads.imp \
|
||||
tli.imp vollib.imp ws2_32.imp ws2nlm.imp
|
||||
tli.imp vollib.imp ws2_32.imp ws2nlm.imp unicode.imp
|
||||
|
||||
|
||||
[rules]
|
||||
|
56
rtl/netware/unicode.imp
Normal file
56
rtl/netware/unicode.imp
Normal file
@ -0,0 +1,56 @@
|
||||
# $id $
|
||||
xlate_error,
|
||||
uprintf,
|
||||
unitok,
|
||||
unistr,
|
||||
unispn,
|
||||
unisize,
|
||||
uniset,
|
||||
unirev,
|
||||
unirchr,
|
||||
unipcpy,
|
||||
unipbrk,
|
||||
uninset,
|
||||
uninlen,
|
||||
uninicmp,
|
||||
unincpy,
|
||||
unincmp,
|
||||
unincat,
|
||||
unilen,
|
||||
uniindex,
|
||||
uniicmp,
|
||||
unicspn,
|
||||
unicpy,
|
||||
unicode_to_upper,
|
||||
unicode_to_title,
|
||||
unicode_to_lower,
|
||||
unicode_to_byte,
|
||||
unicmp,
|
||||
unichr,
|
||||
unicat,
|
||||
get_xlate_info,
|
||||
byte_to_unicode,
|
||||
auxiliary_xlate,
|
||||
UnloadRules,
|
||||
UnicodeToLocal,
|
||||
UnicodeToKeyword,
|
||||
OverrideDefaultRules,
|
||||
NWUnloadRuleTable,
|
||||
NWUnicodeToMonocase,
|
||||
NWUnicodeToLocal,
|
||||
NWUnicodeToCollation,
|
||||
NWUnicodeCompare,
|
||||
NWLocalToUnicode,
|
||||
NWLoadRuleTable,
|
||||
NWLSetPrimaryUnicodeSearchPath,
|
||||
NWInitUnicodeTables,
|
||||
NWGetUnicodeToLocalHandle,
|
||||
NWGetMonocaseHandle,
|
||||
NWGetLocalToUnicodeHandle,
|
||||
NWGetCollationHandle,
|
||||
NWFreeUnicodeTables,
|
||||
MonoCase,
|
||||
LocalToUnicode,
|
||||
LoadRules,
|
||||
KeywordToUnicode,
|
||||
FlushRulesTables
|
Loading…
Reference in New Issue
Block a user