mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* updated the source dependencies of the win16 system unit in Makefile.fpc
git-svn-id: trunk@31899 -
This commit is contained in:
parent
79dba1d74d
commit
8728cc0238
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user