Browse Source

+ Declare line information units for UEFI target. It probably does not work yet
but this might be usefull in the future.

git-svn-id: branches/olivier/uefi@36332 -

olivier 8 years ago
parent
commit
3376526ff3
1 changed files with 7 additions and 1 deletions
  1. 7 1
      rtl/uefi/Makefile.fpc

+ 7 - 1
rtl/uefi/Makefile.fpc

@@ -8,7 +8,7 @@ main=rtl
 [target]
 loaders=
 #units=system objpas macpas iso7185 buildrtl lineinfo lnfodwrf
-units=system uuchar objpas iso7185 cpall buildrtl strings character fpwidestring heaptrc
+units=system uuchar objpas iso7185 cpall buildrtl strings character fpwidestring heaptrc lineinfo lnfodwrf
 implicitunits= \
       ctypes strings \
       heaptrc \
@@ -160,3 +160,9 @@ fpwidestring$(PPUEXT) : $(OBJPASDIR)/fpwidestring.pp character$(PPUEXT) $(SYSTEM
 
 heaptrc$(PPUEXT) : $(INC)/heaptrc.pp system$(PPUEXT)
         $(COMPILER) $(INC)/heaptrc.pp
+        
+lineinfo$(PPUEXT) : $(INC)/lineinfo.pp $(SYSTEMUNIT)$(PPUEXT)
+	$(COMPILER) $(INC)/lineinfo.pp
+
+lnfodwrf$(PPUEXT) : $(INC)/lnfodwrf.pp $(SYSTEMUNIT)$(PPUEXT)
+	$(COMPILER) $(INC)/lnfodwrf.pp