summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolivier <olivier@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-02-04 12:04:07 +0000
committerolivier <olivier@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-02-04 12:04:07 +0000
commitc248f3e4f9647da036e51803050db74b4262bcbf (patch)
treeadeb333303d6d7309979a323a709273edde34f70
parent1955f811afa5d4e658c69a2eaed959f78ee88939 (diff)
downloadfpc-c248f3e4f9647da036e51803050db74b4262bcbf.tar.gz
+ 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: https://svn.freepascal.org/svn/fpc/branches/olivier@38109 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--uefi/rtl/uefi/Makefile2
-rw-r--r--uefi/rtl/uefi/Makefile.fpc3
2 files changed, 5 insertions, 0 deletions
diff --git a/uefi/rtl/uefi/Makefile b/uefi/rtl/uefi/Makefile
index 3ef7695098..fea2943993 100644
--- a/uefi/rtl/uefi/Makefile
+++ b/uefi/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
diff --git a/uefi/rtl/uefi/Makefile.fpc b/uefi/rtl/uefi/Makefile.fpc
index 7900fff5c8..9d7f90d1d4 100644
--- a/uefi/rtl/uefi/Makefile.fpc
+++ b/uefi/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