From 8728cc02381b7cd5cd482f74488ccc87a7345ae6 Mon Sep 17 00:00:00 2001 From: nickysn Date: Thu, 1 Oct 2015 12:33:40 +0000 Subject: [PATCH] * updated the source dependencies of the win16 system unit in Makefile.fpc git-svn-id: trunk@31899 - --- rtl/win16/Makefile | 4 +++- rtl/win16/Makefile.fpc | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/rtl/win16/Makefile b/rtl/win16/Makefile index 9e50735b28..9cfeac6dc0 100644 --- a/rtl/win16/Makefile +++ b/rtl/win16/Makefile @@ -2565,7 +2565,9 @@ prt0l$(OEXT) : prt0l.asm prt0comn.asm $(COMPILER_UNITTARGETDIR) $(NASM) -f obj -o $(UNITTARGETDIRPREFIX)prt0l$(OEXT) prt0l.asm prt0h$(OEXT) : prt0h.asm prt0comn.asm $(COMPILER_UNITTARGETDIR) $(NASM) -f obj -o $(UNITTARGETDIRPREFIX)prt0h$(OEXT) prt0h.asm -system$(PPUEXT) : system.pp $(SYSDEPS) $(INC)/tnyheaph.inc $(INC)/tinyheap.inc wintypes.inc winprocsh.inc winprocs.inc +system$(PPUEXT) : system.pp $(SYSDEPS) wintypes.inc winprocsh.inc winprocs.inc \ + glbheap.inc glbheaph.inc locheap.inc locheaph.inc \ + sysdl.inc sysdlh.inc $(COMPILER) -Us -Sg system.pp $(EXECPPAS) uuchar$(PPUEXT): $(SYSTEMUNIT)$(PPUEXT) $(INC)/uuchar.pp diff --git a/rtl/win16/Makefile.fpc b/rtl/win16/Makefile.fpc index d931513c69..6e1fd593f7 100644 --- a/rtl/win16/Makefile.fpc +++ b/rtl/win16/Makefile.fpc @@ -67,7 +67,9 @@ prt0h$(OEXT) : prt0h.asm prt0comn.asm $(COMPILER_UNITTARGETDIR) # # System Units (System, Objpas, Strings) # -system$(PPUEXT) : system.pp $(SYSDEPS) $(INC)/tnyheaph.inc $(INC)/tinyheap.inc wintypes.inc winprocsh.inc winprocs.inc +system$(PPUEXT) : system.pp $(SYSDEPS) wintypes.inc winprocsh.inc winprocs.inc \ + glbheap.inc glbheaph.inc locheap.inc locheaph.inc \ + sysdl.inc sysdlh.inc $(COMPILER) -Us -Sg system.pp $(EXECPPAS)