Add sCons dependency for editor_icons.cpp, so it's only re-generated when there're icon changes

This commit is contained in:
marynate
2014-05-14 10:47:17 +08:00
parent f5421cdaf3
commit d2770ac8a6
2 changed files with 24 additions and 12 deletions

View File

@ -48,11 +48,11 @@ if (env["tools"]=="yes"):
env.Command("#tools/editor/doc_data_compressed.h","#doc/base/classes.xml",make_doc_header)
#make_doc_header(env.File("#tools/editor/doc_data_raw.h").srcnode().abspath,env.File("#doc/base/classes.xml").srcnode().abspath,env)
SConscript('icons/SCsub');
env.add_source_files(env.tool_sources,"*.cpp")
Export('env')
SConscript('icons/SCsub');
SConscript('plugins/SCsub');
SConscript('fileserver/SCsub');
SConscript('io_plugins/SCsub');