Browse Source

* added cprt0 to makefile

marco 25 years ago
parent
commit
a5c620454c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/bsd/Makefile

+ 1 - 1
rtl/bsd/Makefile

@@ -197,7 +197,7 @@ endif
 
 
 # Targets
 # Targets
 
 
-override LOADEROBJECTS+=prt0 
+override LOADEROBJECTS+=prt0 cprt0
 override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings linux  initc dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc lineinfo errors sockets gpm 
 override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings linux  initc dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc lineinfo errors sockets gpm 
 
 
 # Clean
 # Clean