2011-12-15 09:40:20 +04: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/.
|
2011-12-15 09:40:20 +04:00
|
|
|
|
2012-01-20 12:50:34 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2011-12-16 14:21:56 +04:00
|
|
|
|
2012-01-20 12:50:34 +04:00
|
|
|
ifeq (WINNT,$(OS_TARGET))
|
2013-03-01 05:13:30 +04:00
|
|
|
symbols.def: symbols.def.in $(GLOBAL_DEPS)
|
2013-11-09 05:35:44 +04:00
|
|
|
$(call py_action,preprocessor,$(ACDEFINES) $< -o $@)
|
2011-12-15 09:40:20 +04:00
|
|
|
endif
|