|
@@ -8,7 +8,7 @@ main=rtl
|
|
[target]
|
|
[target]
|
|
loaders=$(LOADERS)
|
|
loaders=$(LOADERS)
|
|
units=$(SYSTEMUNIT) $(SYSINIT_UNITS) $(CPU_UNITS) \
|
|
units=$(SYSTEMUNIT) $(SYSINIT_UNITS) $(CPU_UNITS) \
|
|
- uuchar unixtype ctypes baseunix strings objpas $(MACPASUNIT) iso7185 extpas syscall unixutil \
|
|
|
|
|
|
+ uuchar unixtype ctypes baseunix strings objpas $(MACPASUNIT) $(ISO7185UNIT) extpas syscall unixutil \
|
|
$(FPINTRESUNIT) heaptrc lineinfo lnfodwrf termio unix linux initc cmem \
|
|
$(FPINTRESUNIT) heaptrc lineinfo lnfodwrf termio unix linux initc cmem \
|
|
linuxvcs sysutils typinfo math charset cpall character \
|
|
linuxvcs sysutils typinfo math charset cpall character \
|
|
getopts errors dl dynlibs \
|
|
getopts errors dl dynlibs \
|
|
@@ -254,9 +254,6 @@ charset$(PPUEXT) : $(INC)/charset.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
cpall$(PPUEXT): $(RTL)/charmaps/cpall.pas system$(PPUEXT) charset$(PPUEXT)
|
|
cpall$(PPUEXT): $(RTL)/charmaps/cpall.pas system$(PPUEXT) charset$(PPUEXT)
|
|
$(COMPILER) -Fu$(INC) -Fi$(RTL)/charmaps $(RTL)/charmaps/cpall.pas
|
|
$(COMPILER) -Fu$(INC) -Fi$(RTL)/charmaps $(RTL)/charmaps/cpall.pas
|
|
|
|
|
|
-iso7185$(PPUEXT) : $(INC)/iso7185.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
|
|
- $(COMPILER) $(INC)/iso7185.pp
|
|
|
|
-
|
|
|
|
extpas$(PPUEXT) : $(INC)/extpas.pp dos$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
|
extpas$(PPUEXT) : $(INC)/extpas.pp dos$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
|
$(COMPILER) $(INC)/extpas.pp
|
|
$(COMPILER) $(INC)/extpas.pp
|
|
|
|
|