mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 943197 - Remove useless -DIMPL_LIBXUL. r=mshal
This commit is contained in:
parent
139d26dc89
commit
829a5d6ea2
@ -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
|
@ -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
|
||||
|
@ -13,6 +13,4 @@ DEFINES += -DMOZ_NEED_LEADING_UNDERSCORE
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DIMPL_LIBXUL
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../..
|
||||
|
@ -125,8 +125,6 @@ endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DIMPL_LIBXUL
|
||||
|
||||
LOCAL_INCLUDES += \
|
||||
-I$(srcdir)/../.. \
|
||||
-I$(srcdir)/../../../../xptinfo/src \
|
||||
|
@ -17,6 +17,4 @@ endif #!x86_64
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DIMPL_LIBXUL
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../..
|
||||
|
@ -19,5 +19,3 @@ ifdef SOLARIS_SUNPRO_CXX
|
||||
nsUTF8UtilsSSE2.$(OBJ_SUFFIX): CXXFLAGS+=-xarch=sse2 -xO4
|
||||
endif
|
||||
endif
|
||||
|
||||
DEFINES += -DIMPL_LIBXUL
|
||||
|
Loading…
Reference in New Issue
Block a user