mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-28 20:55:39 +00:00
Removed files from compilation set to make widget module compile for now
This commit is contained in:
parent
ca81ff0a1b
commit
429b3be6b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user