Quellcode durchsuchen

Merged revisions 4075 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r4075 | karoly | 2006-07-02 13:55:37 +0200 (Sun, 02 Jul 2006) | 2 lines

+ added heaptrc to Makefile.fpc
........

git-svn-id: branches/fixes_2_0@4080 -

Károly Balogh vor 19 Jahren
Ursprung
Commit
34ad6a5f4f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      rtl/morphos/Makefile.fpc

+ 1 - 1
rtl/morphos/Makefile.fpc

@@ -8,7 +8,7 @@ main=rtl
 [target]
 loaders=prt0
 units=$(SYSTEMUNIT) objpas macpas strings \
-      dos \
+      dos heaptrc \
       sysutils classes math typinfo varutils \
       charset ucomplex getopts matrix \
       variants types rtlconsts sysconst dateutil \