Browse Source

+ Add a new file in the makefile : it seems necessary under Windows with fpc 3.0.4. It does not hurt anyway.

git-svn-id: branches/olivier/uefi@38109 -
olivier 7 years ago
parent
commit
f1f99e5a82
2 changed files with 5 additions and 0 deletions
  1. 2 0
      rtl/uefi/Makefile
  2. 3 0
      rtl/uefi/Makefile.fpc

+ 2 - 0
rtl/uefi/Makefile

@@ -2907,3 +2907,5 @@ lineinfo$(PPUEXT) : $(INC)/lineinfo.pp $(SYSTEMUNIT)$(PPUEXT)
 	$(COMPILER) $(INC)/lineinfo.pp
 lnfodwrf$(PPUEXT) : $(INC)/lnfodwrf.pp $(SYSTEMUNIT)$(PPUEXT)
 	$(COMPILER) $(INC)/lnfodwrf.pp
+iso7185$(PPUEXT) : $(INC)/iso7185.pp $(SYSTEMUNIT)$(PPUEXT)
+	$(COMPILER) $(INC)/iso7185.pp

+ 3 - 0
rtl/uefi/Makefile.fpc

@@ -166,3 +166,6 @@ lineinfo$(PPUEXT) : $(INC)/lineinfo.pp $(SYSTEMUNIT)$(PPUEXT)
 
 lnfodwrf$(PPUEXT) : $(INC)/lnfodwrf.pp $(SYSTEMUNIT)$(PPUEXT)
 	$(COMPILER) $(INC)/lnfodwrf.pp
+
+iso7185$(PPUEXT) : $(INC)/iso7185.pp $(SYSTEMUNIT)$(PPUEXT)
+        $(COMPILER) $(INC)/iso7185.pp