amiga: forgot to commit the actual buildrtl.pp in the previous commit

git-svn-id: trunk@35069 -
This commit is contained in:
Károly Balogh 2016-12-04 18:37:47 +00:00
parent 788c622307
commit b356b18675
2 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@ -8321,6 +8321,7 @@ rtl/amicommon/sysutils.pp svneol=native#text/plain
rtl/amicommon/tthread.inc svneol=native#text/plain
rtl/amiga/Makefile svneol=native#text/plain
rtl/amiga/Makefile.fpc svneol=native#text/plain
rtl/amiga/buildrtl.pp svneol=native#text/plain
rtl/amiga/doslibd.inc svneol=native#text/plain
rtl/amiga/m68k/doslibf.inc svneol=native#text/plain
rtl/amiga/m68k/execd.inc svneol=native#text/plain

16
rtl/amiga/buildrtl.pp Normal file
View File

@ -0,0 +1,16 @@
unit buildrtl;
interface
uses
si_prc,
athreads, dos, sysutils,
ctypes, strings,
rtlconsts, sysconst, math, types,
typinfo, fgl, classes,
charset, character, getopts;
implementation
end.