2012-05-21 11:12:37 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2009-06-30 18:51:05 +00:00
|
|
|
|
2010-05-21 15:48:34 +00:00
|
|
|
ifeq (WINNT,$(OS_ARCH))
|
2013-01-04 22:59:05 +00:00
|
|
|
DEFINES += \
|
|
|
|
-DMOZ_HANGUI_PROCESS_NAME=\"plugin-hang-ui$(BIN_SUFFIX)\" \
|
2011-01-27 22:37:00 +00:00
|
|
|
$(NULL)
|
2010-05-21 15:48:34 +00:00
|
|
|
endif
|
|
|
|
|
2009-08-10 23:28:22 +00:00
|
|
|
LOCAL_INCLUDES = \
|
2011-04-26 21:38:43 +00:00
|
|
|
-I$(srcdir)/../base \
|
2010-11-10 02:02:09 +00:00
|
|
|
-I$(topsrcdir)/xpcom/base/ \
|
2009-06-30 18:51:05 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2013-01-04 22:59:05 +00:00
|
|
|
ifeq (WINNT,$(OS_ARCH))
|
|
|
|
LOCAL_INCLUDES += \
|
|
|
|
-I$(srcdir)/hangui \
|
|
|
|
-I$(topsrcdir)/widget/shared \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2009-06-30 18:51:05 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2009-12-18 22:22:51 +00:00
|
|
|
|
2010-01-28 05:22:41 +00:00
|
|
|
CXXFLAGS += $(TK_CFLAGS)
|
|
|
|
|
2009-12-18 22:22:51 +00:00
|
|
|
DEFINES += -DFORCE_PR_LOG
|
2012-05-30 05:14:30 +00:00
|
|
|
|
|
|
|
CXXFLAGS += $(MOZ_CAIRO_CFLAGS)
|