mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 22:49:35 +02:00
amiga: forgot to commit the actual buildrtl.pp in the previous commit
git-svn-id: trunk@35069 -
This commit is contained in:
parent
788c622307
commit
b356b18675
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
16
rtl/amiga/buildrtl.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user