Auto generate editor_icons.cpp to make it more easy to update editor icons

This commit is contained in:
marynate
2014-05-13 23:10:00 +08:00
parent 45a509282e
commit f5421cdaf3
4 changed files with 51 additions and 2254 deletions

View File

@ -48,6 +48,8 @@ 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')