Skip to content

Commit

Permalink
Merge pull request #94 from marynate/PR-Fixed_Issue_93
Browse files Browse the repository at this point in the history
Fixed #93 Build error with latest commit
  • Loading branch information
okamstudio committed Feb 16, 2014
2 parents 8c1731b + 408aeea commit 891b2bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/editor/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ if (env["tools"]=="yes"):
f = open("register_exporters.cpp","wb")
f.write(reg_exporters_inc)
f.write(reg_exporters)
f.close()

env.Depends("#tools/editor/doc_data_compressed.h","#doc/base/classes.xml")
env.Command("#tools/editor/doc_data_compressed.h","#doc/base/classes.xml",make_doc_header)

Expand Down

0 comments on commit 891b2bd

Please sign in to comment.