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
|
|
|
|
2012-01-20 08:50:34 +00:00
|
|
|
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 $@)
|
2011-12-15 05:40:20 +00:00
|
|
|
endif
|