Bug 943197 - Remove useless -DIMPL_LIBXUL. r=mshal

This commit is contained in:
Mike Hommey 2013-11-27 17:13:05 +09:00
parent 46e1e8c6f4
commit 822b855a64
6 changed files with 0 additions and 20 deletions

View File

@ -1,8 +0,0 @@
# vim:set noet:
# 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/.
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_LIBXUL

View File

@ -392,10 +392,6 @@ LOCAL_INCLUDES += \
OS_LIBS += $(LIBICONV)
DEFINES += \
-DIMPL_LIBXUL \
$(NULL)
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
OS_LIBS += $(call EXPAND_LIBNAME,usp10 oleaut32)
endif

View File

@ -13,6 +13,4 @@ DEFINES += -DMOZ_NEED_LEADING_UNDERSCORE
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_LIBXUL
LOCAL_INCLUDES += -I$(srcdir)/../..

View File

@ -125,8 +125,6 @@ endif
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_LIBXUL
LOCAL_INCLUDES += \
-I$(srcdir)/../.. \
-I$(srcdir)/../../../../xptinfo/src \

View File

@ -17,6 +17,4 @@ endif #!x86_64
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_LIBXUL
LOCAL_INCLUDES += -I$(srcdir)/../..

View File

@ -19,5 +19,3 @@ ifdef SOLARIS_SUNPRO_CXX
nsUTF8UtilsSSE2.$(OBJ_SUFFIX): CXXFLAGS+=-xarch=sse2 -xO4
endif
endif
DEFINES += -DIMPL_LIBXUL