summaryrefslogtreecommitdiff
path: root/editor/SCsub
diff options
context:
space:
mode:
authorIbrahn Sahir <ibrahn.sahir@gmail.com>2018-09-01 13:00:04 +0100
committerIbrahn Sahir <ibrahn.sahir@gmail.com>2018-09-01 13:00:04 +0100
commit02693b9af6cad5ab4e7a7034b850533140bb6f9b (patch)
tree6d099a36cb32f0f59cf117eabb891a3ee041bb7d /editor/SCsub
parentdf73d26314382829e4a7668bc254d7e11bc31f7d (diff)
Removed some unneeded generated headers from the editor directory SCsub.
These headers are currently built in (and included from) the core directory. Removing the editor directory versions to avoid confusion.
Diffstat (limited to 'editor/SCsub')
-rw-r--r--editor/SCsub12
1 files changed, 0 insertions, 12 deletions
diff --git a/editor/SCsub b/editor/SCsub
index d9bdf42d6f..6a4b06a97a 100644
--- a/editor/SCsub
+++ b/editor/SCsub
@@ -81,18 +81,6 @@ if env['tools']:
env.Depends('#editor/builtin_fonts.gen.h', flist)
env.CommandNoCache('#editor/builtin_fonts.gen.h', flist, run_in_subprocess(editor_builders.make_fonts_header))
- # Authors
- env.Depends('#editor/authors.gen.h', "../AUTHORS.md")
- env.CommandNoCache('#editor/authors.gen.h', "../AUTHORS.md", run_in_subprocess(editor_builders.make_authors_header))
-
- # Donors
- env.Depends('#editor/donors.gen.h', "../DONORS.md")
- env.CommandNoCache('#editor/donors.gen.h', "../DONORS.md", run_in_subprocess(editor_builders.make_donors_header))
-
- # License
- env.Depends('#editor/license.gen.h', ["../COPYRIGHT.txt", "../LICENSE.txt"])
- env.CommandNoCache('#editor/license.gen.h', ["../COPYRIGHT.txt", "../LICENSE.txt"], run_in_subprocess(editor_builders.make_license_header))
-
env.add_source_files(env.editor_sources, "*.cpp")
env.add_source_files(env.editor_sources, ["#thirdparty/misc/clipper.cpp"])