Fix viewer in static MSVC SeaMonkey builds.

Bug #237919 r=sdwalker


git-svn-id: svn://10.0.0.236/trunk@156721 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2004-05-21 19:43:37 +00:00
parent b08b4776fa
commit fc9f744d1f

View File

@@ -216,7 +216,7 @@ ifneq ($(OS_ARCH),WINNT)
LDFLAGS += -L$(DEPTH)/dist/lib/components
endif # !WINNT
EXTRA_DSO_LIBS += $(STATIC_EXTRA_DSO_LIBS)
XP_DIST_LIBS += $(STATIC_EXTRA_LIBS)
EXTRA_LIBS += $(STATIC_EXTRA_LIBS)
DEFINES += $(STATIC_DEFINES)
CPPSRCS += $(STATIC_CPPSRCS)