mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:46:11 +02:00
+ added datatypes.library support
git-svn-id: trunk@1788 -
This commit is contained in:
parent
174297c4cf
commit
b23adc3ab5
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3755,6 +3755,7 @@ rtl/morphos/ahi.pas svneol=native#text/plain
|
|||||||
rtl/morphos/asl.pas svneol=native#text/plain
|
rtl/morphos/asl.pas svneol=native#text/plain
|
||||||
rtl/morphos/classes.pp svneol=native#text/plain
|
rtl/morphos/classes.pp svneol=native#text/plain
|
||||||
rtl/morphos/clipboard.pas svneol=native#text/plain
|
rtl/morphos/clipboard.pas svneol=native#text/plain
|
||||||
|
rtl/morphos/datatypes.pas -text
|
||||||
rtl/morphos/dos.pp svneol=native#text/plain
|
rtl/morphos/dos.pp svneol=native#text/plain
|
||||||
rtl/morphos/doslib.pp svneol=native#text/plain
|
rtl/morphos/doslib.pp svneol=native#text/plain
|
||||||
rtl/morphos/doslibd.inc svneol=native#text/plain
|
rtl/morphos/doslibd.inc svneol=native#text/plain
|
||||||
|
@ -13,7 +13,8 @@ units=$(SYSTEMUNIT) objpas macpas strings \
|
|||||||
charset ucomplex getopts matrix \
|
charset ucomplex getopts matrix \
|
||||||
variants types rtlconsts sysconst dateutil \
|
variants types rtlconsts sysconst dateutil \
|
||||||
exec timer doslib utility hardware inputevent graphics layers \
|
exec timer doslib utility hardware inputevent graphics layers \
|
||||||
intuition clipboard asl ahi get9 fpmkunit
|
intuition clipboard datatypes asl ahi get9 \
|
||||||
|
fpmkunit
|
||||||
rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil fpmkunit
|
rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil fpmkunit
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
|
1475
rtl/morphos/datatypes.pas
Normal file
1475
rtl/morphos/datatypes.pas
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user