Parcourir la source

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

git-svn-id: trunk@35069 -
Károly Balogh il y a 8 ans
Parent
commit
b356b18675
2 fichiers modifiés avec 17 ajouts et 0 suppressions
  1. 1 0
      .gitattributes
  2. 16 0
      rtl/amiga/buildrtl.pp

+ 1 - 0
.gitattributes

@@ -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 - 0
rtl/amiga/buildrtl.pp

@@ -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.