Removed files from compilation set to make widget module compile for now

This commit is contained in:
pekka.vanhoja 2008-04-19 18:28:43 +03:00
parent ca81ff0a1b
commit 429b3be6b5

View File

@ -66,27 +66,29 @@ REQUIRES = xpcom \
cairo \
$(NULL)
MOCSRCS><-->= \
moc_mozqwidget.cpp \
nsAppShell.cpp \
$(NULL)
# MOCSRCS><-->= \
# moc_mozqwidget.cpp \
# nsAppShell.cpp \
# $(NULL)
#GARBAGE += moc_mozqwidget.cpp
CPPSRCS = \
$(MOCSRCS) \
moc_mozqwidget.cpp \
moc_nsAppShell.cpp \
nsAppShell.cpp \
nsWidgetFactory.cpp \
nsCommonWidget.cpp \
nsWindow.cpp \
nsLookAndFeel.cpp \
nsToolkit.cpp \
nsScreenQt.cpp \
nsScreenManagerQt.cpp \
mozqwidget.cpp \
$(NULL)
# $(MOCSRCS) \
# moc_mozqwidget.cpp \
# moc_nsAppShell.cpp \
# nsAppShell.cpp \
# nsWidgetFactory.cpp \
# nsCommonWidget.cpp \
# nsWindow.cpp \
# nsLookAndFeel.cpp \
# nsToolkit.cpp \
# nsScreenQt.cpp \
# nsScreenManagerQt.cpp \
# mozqwidget.cpp \
SHARED_LIBRARY_LIBS = ../xpwidgets/libxpwidgets_s.a
@ -112,7 +114,8 @@ include $(topsrcdir)/config/rules.mk
CXXFLAGS += $(MOZ_QT_CFLAGS)
CFLAGS += $(MOZ_QT_CFLAGS)
DEFINES += -D_IMPL_NS_WIDGET -DDEBUG_WIDGETS
DEFINES += -D_IMPL_NS_WIDGET
#DEFINES += -DDEBUG_WIDGETS
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE