Added S++ bootstrap script that downloads SCons++ to a local folder.
This commit is contained in:
@@ -5,8 +5,8 @@ env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
|
||||
env.Append(CPPPATH = [Dir('private'), Dir('public')])
|
||||
|
||||
# add the default recipe repository
|
||||
env.RecipeRepo('mewin-stable', 'https://git.mewin.de/mewin/spp_recipes.git', 'stable')
|
||||
# env.RecipeRepo('mewin-testing', 'https://git.mewin.de/mewin/spp_recipes.git', 'testing')
|
||||
env.RecipeRepo('mewin', 'https://git.mewin.de/mewin/spp_recipes.git', 'stable')
|
||||
# env.RecipeRepo('mewin', 'https://git.mewin.de/mewin/spp_recipes.git', 'testing')
|
||||
|
||||
# app
|
||||
env = env.Module('private/@MODULE_FOLDER_NAME@/SModule')
|
||||
|
||||
Reference in New Issue
Block a user