2011-12-15 05:40:20 +00:00
|
|
|
#
|
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/.
|
2011-12-15 05:40:20 +00:00
|
|
|
|
|
|
|
EXPORT_LIBRARY = $(DIST)/lib
|
|
|
|
|
2012-01-20 08:50:34 +00:00
|
|
|
ifeq (WINNT,$(OS_TARGET))
|
2011-12-15 05:40:23 +00:00
|
|
|
EXTRA_DSO_LDOPTS = $(MOZALLOC_LIB) $(NSPR_LIBS)
|
2012-06-14 04:27:53 +00:00
|
|
|
OS_LIBS += $(call EXPAND_LIBNAME,usp10 ole32)
|
2011-12-16 10:21:56 +00:00
|
|
|
DEFFILE = symbols.def
|
2012-01-20 08:50:34 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2011-12-16 10:21:56 +00:00
|
|
|
|
2012-01-20 08:50:34 +00:00
|
|
|
ifeq (WINNT,$(OS_TARGET))
|
2013-03-01 01:13:30 +00:00
|
|
|
symbols.def: symbols.def.in $(GLOBAL_DEPS)
|
2013-11-09 01:35:44 +00:00
|
|
|
$(call py_action,preprocessor,$(ACDEFINES) $< -o $@)
|
2012-03-31 07:24:39 +00:00
|
|
|
|
2013-11-28 05:09:08 +00:00
|
|
|
OS_LIBS += $(call EXPAND_LIBNAME, msimg32 winmm)
|
2011-12-15 05:40:20 +00:00
|
|
|
endif
|