mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
link with plc
This commit is contained in:
parent
fb266e5bee
commit
e071e45d4f
@ -71,7 +71,8 @@ PROGRAM=.\$(OBJDIR)\$(EXENAME).EXE
|
||||
LCFLAGS=-DNETSCAPE
|
||||
LLIBS=$(LLIBS) \
|
||||
$(DIST)\lib\xpcom32.lib \
|
||||
$(DIST)\lib\netlib.lib
|
||||
$(DIST)\lib\netlib.lib \
|
||||
$(DIST)\lib\libplc21.lib
|
||||
|
||||
LINCS=$(LINCS) -I. \
|
||||
-I$(PUBLIC)\raptor \
|
||||
@ -88,7 +89,7 @@ GARBAGE = $(GARBAGE) _gen
|
||||
#//------------------------------------------------------------------------
|
||||
include <$(DEPTH)/config/rules.mak>
|
||||
|
||||
export:: $(PROGRAM)
|
||||
install:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
|
Loading…
Reference in New Issue
Block a user