mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:49:31 +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:
|
||||
$(COPY) $(IMPFILES) $(COMPILER_UNITTARGETDIR)
|
||||
nwplibc$(OEXT) :
|
||||
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc.$(OEXT)
|
||||
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc$(OEXT)
|
||||
nwl_main$(OEXT) : nwl_main.as
|
||||
$(AS) -o $(UNITTARGETDIRPREFIX)nwl_main$(OEXT) nwl_main.as
|
||||
nwl_dlle$(OEXT) : nwl_dlle.as
|
||||
|
@ -106,7 +106,7 @@ copyimpfiles:
|
||||
|
||||
# for now use the gcc pre
|
||||
nwplibc$(OEXT) :
|
||||
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc.$(OEXT)
|
||||
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc$(OEXT)
|
||||
|
||||
nwl_main$(OEXT) : nwl_main.as
|
||||
$(AS) -o $(UNITTARGETDIRPREFIX)nwl_main$(OEXT) nwl_main.as
|
||||
|
Loading…
Reference in New Issue
Block a user