mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
slight improvements to graph-includes config
This commit is contained in:
parent
8b6abf3743
commit
21c7661e79
@ -138,7 +138,7 @@ update-po:
|
||||
# latest graph-includes.pl can be found currently at http://ydirson.free.fr/soft/wesnoth/graphs/
|
||||
wesnoth-deps.dot:
|
||||
(cd $(top_srcdir) && graph-includes -verbose --class wesnoth --group 1-1 \
|
||||
-sysI /usr/include/c++/3.3 -sysI /usr/include -sysI /usr/include/SDL \
|
||||
-sysI /usr/include/c++/4.0 -sysI /usr/include -sysI /usr/include/SDL \
|
||||
--prefixstrip src/ -I src src) > $@
|
||||
%.ps: %.dot
|
||||
dot -Tps $< > $@
|
||||
|
@ -81,7 +81,8 @@ sub defaultcolors {
|
||||
}
|
||||
|
||||
sub ignored_deps {
|
||||
return {'src/font.cpp' => {'src/team.hpp' => 'team colors' },
|
||||
return {
|
||||
'src/video.cpp' => {'src/font.hpp' => 'split out floating labels from video' },
|
||||
'src/language.cpp' => {'src/preferences.hpp' => 'split out graph. stuff from preferences'},
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user