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