* added nwprot, contains types/imports for netware server protocol library

This commit is contained in:
armin 2003-02-23 18:41:42 +00:00
parent a611197a02
commit 375362a11b
3 changed files with 1356 additions and 2 deletions

View File

@ -211,7 +211,7 @@ override FPCOPT+=-Ur
override FPCOPT+=-dMT
CREATESMART=1
OBJPASDIR=$(RTL)/objpas
override TARGET_UNITS+=$(SYSTEMUNIT) systhrds objpas strings netware winsock2 dos crt objects sysutils typinfo math cpu mmx getopts heaptrc lineinfo sockets aio varutils video mouse keyboard types nwsnut nwserv nwnit
override TARGET_UNITS+=$(SYSTEMUNIT) systhrds objpas strings netware winsock2 dos crt objects sysutils typinfo math cpu mmx getopts heaptrc lineinfo sockets aio varutils video mouse keyboard types nwsnut nwserv nwnit nwprot
override TARGET_LOADERS+=nwpre prelude
override TARGET_RSTS+=math typinfo varutils
override INSTALL_FPCPACKAGE=y

View File

@ -14,7 +14,7 @@ units=$(SYSTEMUNIT) systhrds objpas strings \
cpu mmx getopts heaptrc lineinfo \
sockets aio varutils \
video mouse keyboard types \
nwsnut nwserv nwnit
nwsnut nwserv nwnit nwprot
rsts=math typinfo varutils
[require]

1354
rtl/netware/nwprot.pp Normal file

File diff suppressed because it is too large Load Diff