Browse Source

* updated the source dependencies of the win16 system unit in Makefile.fpc

git-svn-id: trunk@31899 -
nickysn 10 years ago
parent
commit
8728cc0238
2 changed files with 6 additions and 2 deletions
  1. 3 1
      rtl/win16/Makefile
  2. 3 1
      rtl/win16/Makefile.fpc

+ 3 - 1
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

+ 3 - 1
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)