This website requires JavaScript.
Explore
Help
Sign In
asgardius
/
virtualx-engine
Watch
1
Star
0
Fork
You've already forked virtualx-engine
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a7fcdad16d
virtualx-engine
/
tools
/
editor
/
import
/
SCsub
6 lines
101 B
Text
Raw
Normal View
History
Unescape
Escape
Fix compile error
2017-02-02 03:18:37 +01:00
#!/usr/bin/env python
Import('env')
Export('env')
Reorder the folders in tools to prepare moving tools/editor - `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.
2017-02-09 00:07:44 +01:00
env.add_source_files(env.editor_sources, "*.cpp")
Reference in a new issue
Copy permalink