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:
srinivas%netscape.com 1999-07-31 17:19:19 +00:00
parent 688bb73f55
commit 98d534de36

View File

@ -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