mirror of
https://github.com/drasko/codezero.git
synced 2026-01-18 22:03:16 +01:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
@@ -9,13 +9,16 @@ from os.path import join
|
||||
|
||||
# Get global paths
|
||||
PROJRELROOT = '../../../'
|
||||
|
||||
sys.path.append(PROJRELROOT)
|
||||
|
||||
from config.configuration import *
|
||||
from config.projpaths import *
|
||||
from scripts.config.configuration import *
|
||||
from scripts.config.projpaths import *
|
||||
|
||||
Import('env', 'arch', 'platform', 'type')
|
||||
config = configuration_retrieve()
|
||||
arch = config.arch
|
||||
platform = config.platform
|
||||
|
||||
Import('env', 'type')
|
||||
variant = type
|
||||
|
||||
e = env.Clone()
|
||||
|
||||
Reference in New Issue
Block a user