678948068b
-=-=-=-=-=-=-=-=-=-=-=-=-= -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
5 lines
91 B
Text
5 lines
91 B
Text
Import('env')
|
|
|
|
if env["tools"] == "yes":
|
|
env.add_source_files(env.tool_sources, "*.cpp")
|
|
|