gecko-dev/tools/module-deps/force_order.txt
cls%seawood.org d7aca2a1bb Update module-deps meta files with the latest module data.
Remove the hardcoded module2dir mapping and use the results from echo-requires-recursive instead.
Add README which briefly explains how module-deps is supposed to work.
Add XSLT hacks to modules.mk.footer.
Add cygdrive hacks to modules.mk.stub.
Force string & embedstring to be built after xpcom since they now live in the xpcom hierarchy.
2003-08-15 22:37:25 +00:00

26 lines
1004 B
Plaintext

#
# This file contains hard ordering rules for use with module-graph.pl's
# --force-order command line option.
#
# This file is hand crafted.
#
# Each line contains two module names seperated by whitespace.
# If both modules are in the needed modules as defined by module-graph.pl,
# then the first module will always proceed the second module.
# Module order is not changed otherwise.
#
# Note: This file is processed line by line in sequential manner.
# The consequences of adding multiple rules containing modules that
# appear in previous rules is left as an excercise to the
# reader.
# So long as you realize earlier lines are applied first, then
# you can figure it out.
#
xpcom embedstring
xpcom string
png imglib2
jpeg imglib2
find embedcomponents
commandhandler embedcomponents