mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 07:09:18 +02:00
* nwplibc.o was not saved in UNITTARGETDIRPREFIX
This commit is contained in:
parent
01e26c39c6
commit
264faebc63
@ -1475,7 +1475,7 @@ SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
|
|||||||
copyimpfiles:
|
copyimpfiles:
|
||||||
$(COPY) $(IMPFILES) $(COMPILER_UNITTARGETDIR)
|
$(COPY) $(IMPFILES) $(COMPILER_UNITTARGETDIR)
|
||||||
nwplibc$(OEXT) :
|
nwplibc$(OEXT) :
|
||||||
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc.$(OEXT)
|
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc$(OEXT)
|
||||||
nwl_main$(OEXT) : nwl_main.as
|
nwl_main$(OEXT) : nwl_main.as
|
||||||
$(AS) -o $(UNITTARGETDIRPREFIX)nwl_main$(OEXT) nwl_main.as
|
$(AS) -o $(UNITTARGETDIRPREFIX)nwl_main$(OEXT) nwl_main.as
|
||||||
nwl_dlle$(OEXT) : nwl_dlle.as
|
nwl_dlle$(OEXT) : nwl_dlle.as
|
||||||
|
@ -106,7 +106,7 @@ copyimpfiles:
|
|||||||
|
|
||||||
# for now use the gcc pre
|
# for now use the gcc pre
|
||||||
nwplibc$(OEXT) :
|
nwplibc$(OEXT) :
|
||||||
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc.$(OEXT)
|
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc$(OEXT)
|
||||||
|
|
||||||
nwl_main$(OEXT) : nwl_main.as
|
nwl_main$(OEXT) : nwl_main.as
|
||||||
$(AS) -o $(UNITTARGETDIRPREFIX)nwl_main$(OEXT) nwl_main.as
|
$(AS) -o $(UNITTARGETDIRPREFIX)nwl_main$(OEXT) nwl_main.as
|
||||||
|
Loading…
Reference in New Issue
Block a user