Enable specification of extra linker options and libraries from command line.
git-svn-id: svn://10.0.0.236/trunk@41719 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
688bb73f55
commit
98d534de36
@ -465,7 +465,7 @@ else
|
||||
ifeq ($(OS_TARGET),OS2)
|
||||
$(LINK) $(EXEFLAGS) $(LDOPTS) $< $(LIBPLC) $(LIBPR) $(OS_LIBS) $(EXTRA_LIBS)
|
||||
else
|
||||
link $(LDOPTS) $< $(LIBPLC) $(LIBPR) wsock32.lib -out:$@
|
||||
link $(LDOPTS) $(EXTRA_LDOPTS) $< $(LIBPLC) $(LIBPR) $(EXTRA_LIBS) wsock32.lib -out:$@
|
||||
endif
|
||||
endif
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user