fix viewer for windows gmake builds bug 136942 r=cls sr=attinasi,

probably the last viewer fix for the viewer-Goliath, as David is
already around the corner ...
This commit is contained in:
bernd.mielke%snafu.de 2002-04-16 18:31:16 +00:00
Родитель 74644e5304
Коммит a6e3230b68
2 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -109,7 +109,7 @@ XP_DIST_LIBS = \
ifeq ($(OS_ARCH),WINNT)
RESFILE = viewer.res
XP_DIST_LIBS += -lxpwidgets_s -ldbgrobot
XP_DIST_LIBS += -lxpwidgets_s -ldbgrobot -lwidget_windows
endif
ifdef MOZ_OJI
@ -175,6 +175,10 @@ endif
CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
ifeq ($(OS_ARCH),WINNT)
DEFINES += -DUSE_LOCAL_WIDGETS
endif
GARBAGE += $(PROGRAM)_gtk $(PROGRAM)_qt $(PROGRAM)_xlib
ifeq ($(OS_ARCH),WINNT)

Просмотреть файл

@ -31,6 +31,10 @@ MODULE = webshell_tests
EXPORTS = \
nsIXPBaseWindow.h \
nsIWindowListener.h \
nsIButton.h \
nsILabel.h \
nsICheckButton.h \
nsITextWidget.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))