Skip to content
Snippets Groups Projects
Commit f20c94ce authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed linker def file for tools when compiled with gcc/nlmconv.

parent 3e635a23
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment