mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:17:16 +03:00
fixed linker def file for tools when compiled with gcc/nlmconv.
This commit is contained in:
parent
3e635a2334
commit
f20c94ced9
1 changed files with 2 additions and 1 deletions
|
|
@ -269,8 +269,9 @@ ifdef IMPORTS
|
|||
@echo $(DL)import $(IMPORTS)$(DL) >> $@
|
||||
endif
|
||||
ifeq ($(LD),nlmconv)
|
||||
@echo $(DL)input $(OBJEXE)$(DL) >> $@
|
||||
@echo $(DL)input $(PRELUDE)$(DL) >> $@
|
||||
@echo $(DL)input $(OBJEXE)$(DL) >> $@
|
||||
@echo $(DL)input $(@:.def=.o)$(DL) >> $@
|
||||
@echo $(DL)output $(notdir $(@:.def=.nlm))$(DL) >> $@
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue