godot/tools/pck/SCsub
Juan Linietsky 678948068b Small Issues & Maintenance
-=-=-=-=-=-=-=-=-=-=-=-=-=

-Begin work on Navigation Meshes (simple pathfinding for now, will improve soon)
-More doc on theme overriding
-Upgraded OpenSSL to version without bugs
-Misc bugfixes
2014-08-01 22:10:38 -03:00

6 lines
91 B
Plaintext

Import('env')
if env["tools"] == "yes":
env.add_source_files(env.tool_sources, "*.cpp")