-Modules can now add custom version info (added it for Mono)
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
This commit is contained in:
parent
93a3d1714e
commit
79f81b77e2
8 changed files with 268 additions and 11 deletions
|
|
@ -47,6 +47,7 @@ def copy_file_no_replace(src_dir, dst_dir, name):
|
|||
|
||||
def configure(env):
|
||||
env.use_ptrcall = True
|
||||
env.add_module_version_string("mono")
|
||||
|
||||
envvars = Variables()
|
||||
envvars.Add(BoolVariable('mono_static', 'Statically link mono', False))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue