mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-27 03:35:11 +01:00
Remove several useless variable settings for os2
This commit is contained in:
parent
9b1acb0397
commit
2e5c62e086
@ -2816,6 +2816,3 @@ SYSCPUDEPS=$(addprefix $(PROCINC)/,$(CPUINCNAMES))
|
|||||||
SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
|
SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
|
||||||
%$(OEXT) : %.as
|
%$(OEXT) : %.as
|
||||||
$(AS) -o $(UNITTARGETDIRPREFIX)$*$(OEXT) $*.as
|
$(AS) -o $(UNITTARGETDIRPREFIX)$*$(OEXT) $*.as
|
||||||
dynlibs$(PPUEXT) : $(INC)/dynlibs.pas $(DOSCALLSUNIT)$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
|
||||||
DOS_OS_DEPS = $(INC)/filerec.inc $(INC)/textrec.inc $(STRINGSUNIT)$(PPUEXT) \
|
|
||||||
$(DOSCALLSUNIT)$(PPUEXT)
|
|
||||||
|
|||||||
@ -98,17 +98,4 @@ SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
|
|||||||
%$(OEXT) : %.as
|
%$(OEXT) : %.as
|
||||||
$(AS) -o $(UNITTARGETDIRPREFIX)$*$(OEXT) $*.as
|
$(AS) -o $(UNITTARGETDIRPREFIX)$*$(OEXT) $*.as
|
||||||
|
|
||||||
# System Dependent Units
|
|
||||||
#
|
|
||||||
#
|
|
||||||
dynlibs$(PPUEXT) : $(INC)/dynlibs.pas $(DOSCALLSUNIT)$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
|
||||||
|
|
||||||
#
|
|
||||||
# TP7 Compatible RTL Units
|
|
||||||
#
|
|
||||||
|
|
||||||
DOS_OS_DEPS = $(INC)/filerec.inc $(INC)/textrec.inc $(STRINGSUNIT)$(PPUEXT) \
|
|
||||||
$(DOSCALLSUNIT)$(PPUEXT)
|
|
||||||
|
|
||||||
#graph$(PPUEXT) : graph.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user