michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: EXPORT_LIBRARY = $(DIST)/lib michael@0: michael@0: ifeq (WINNT,$(OS_TARGET)) michael@0: EXTRA_DSO_LDOPTS = $(MOZALLOC_LIB) $(NSPR_LIBS) michael@0: OS_LIBS += $(call EXPAND_LIBNAME,usp10 ole32) michael@0: endif michael@0: michael@0: include $(topsrcdir)/config/rules.mk michael@0: michael@0: ifeq (WINNT,$(OS_TARGET)) michael@0: symbols.def: symbols.def.in $(GLOBAL_DEPS) michael@0: $(call py_action,preprocessor,$(ACDEFINES) $< -o $@) michael@0: michael@0: OS_LIBS += $(call EXPAND_LIBNAME, msimg32 winmm) michael@0: endif