Updated/fixed init script.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
config = {
|
||||
'PROJECT_NAME': 'spp_template'
|
||||
'PROJECT_NAME': 'Lua Demo'
|
||||
}
|
||||
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
|
||||
env.Append(CPPPATH = [Dir('private'), Dir('public')])
|
||||
@@ -9,6 +9,6 @@ env.RecipeRepo('mewin-stable', 'https://git.mewin.de/mewin/spp_recipes.git', 'st
|
||||
# env.RecipeRepo('mewin-testing', 'https://git.mewin.de/mewin/spp_recipes.git', 'testing')
|
||||
|
||||
# app
|
||||
env = env.Module('private/spp_template/SModule')
|
||||
env = env.Module('private/lua_demo/SModule')
|
||||
|
||||
env.Finalize()
|
||||
|
||||
Reference in New Issue
Block a user