Bug 887483 - Remove some more useless FORCE_STATIC_LIB and leftover comments from previous removal. r=mshal

This commit is contained in:
Mike Hommey 2013-07-15 18:48:40 +09:00
parent 33751731f6
commit 0f994f506e
9 changed files with 0 additions and 14 deletions

View File

@ -13,6 +13,4 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconmediasource_s
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk

View File

@ -45,8 +45,6 @@ LOCAL_INCLUDES += \
include $(topsrcdir)/config/config.mk
# we don't want the shared lib, but we want to force the creation of a static lib.
LIBXUL_LIBRARY = 1
EXPORT_LIBRARY = 1
include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk

View File

@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = domsystemandroid_s
# we don't want the shared lib, but we want to force the creation of a static lib.
LIBXUL_LIBRARY = 1
EXPORT_LIBRARY = 1
FAIL_ON_WARNINGS := 1

View File

@ -11,9 +11,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = domsystemmac_s
# we don't want the shared lib, but we want to force the creation of a static lib.
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1
EXPORT_LIBRARY = 1
FAIL_ON_WARNINGS := 1

View File

@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = domsystemunix_s
# we don't want the shared lib, but we want to force the creation of a static lib.
LIBXUL_LIBRARY = 1
EXPORT_LIBRARY = 1
FAIL_ON_WARNINGS := 1

View File

@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = domsystemwindows_s
# we don't want the shared lib, but we want to force the creation of a static lib.
LIBXUL_LIBRARY = 1
EXPORT_LIBRARY = 1
FAIL_ON_WARNINGS := 1

View File

@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk
EXTRA_DEPS += $(srcdir)/../objs.mk
FORCE_STATIC_LIB= 1
ifeq (WINNT,$(OS_TARGET))
VISIBILITY_FLAGS =
endif

View File

@ -39,8 +39,6 @@ endif
LOCAL_INCLUDES += -I$(srcdir)/google-breakpad/src
DEFINES += -DUNICODE -D_UNICODE
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk

View File

@ -35,8 +35,6 @@ LOCAL_INCLUDES = \
-I$(topsrcdir)/xpcom/base \
$(NULL)
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk