2010-03-04 08:02:56 +03:00
|
|
|
#
|
2012-05-21 15:12:37 +04: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/.
|
2010-03-04 08:02:56 +03:00
|
|
|
|
2010-04-21 00:12:02 +04:00
|
|
|
STL_FLAGS =
|
|
|
|
ifdef _MSC_VER
|
|
|
|
STL_FLAGS = -D_HAS_EXCEPTIONS=0
|
|
|
|
endif
|
2010-03-04 08:02:56 +03:00
|
|
|
|
|
|
|
DIST_INSTALL = 1
|
|
|
|
|
2011-05-08 12:29:59 +04:00
|
|
|
ifneq (,$(filter OS2 WINNT,$(OS_ARCH)))
|
2010-08-05 22:53:43 +04:00
|
|
|
SDK_LIBRARY = $(IMPORT_LIBRARY)
|
|
|
|
else
|
|
|
|
SDK_LIBRARY = $(SHARED_LIBRARY)
|
|
|
|
endif
|
|
|
|
|
2011-06-07 05:09:46 +04:00
|
|
|
LOCAL_INCLUDES += -I$(DEPTH)/xpcom
|