This website requires JavaScript.
Explore
Docs
Wiki
Blog
main-c3e1ba7e83
Register
Sign In
tinqs
/
engine
Watch
5
Star
0
Fork
0
You've already forked engine
Code
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Issues
Files
511134f55ff17330da315f9f3da1702366c31921
engine
/
editor
/
import
/
SCsub
T
6 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
SCsub: Add python shebang as a hint for syntax highlighting
2016-10-17 08:50:25 +02:00
#!/usr/bin/env python
SCons: Format buildsystem files with psf/black
2020-03-30 08:28:32 +02:00
Import
(
"
env
"
)
SCons: Build thirdparty code in own env, disable warnings
2018-09-28 13:29:52 +02:00
Reorder the folders in tools to prepare moving tools/editor
2017-02-09 00:07:44 +01:00
env
.
add_source_files
(
env
.
editor_sources
,
"
*.cpp
"
)
Reference in New Issue
Copy Permalink