mirror of
https://github.com/drasko/codezero.git
synced 2026-03-02 02:33:12 +01:00
Refactor the build to try and get as much material as possible out of SConstruct.
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
#
|
||||
# Author: Russel Winder
|
||||
|
||||
Import('environment', 'posixServicesDirectory')
|
||||
Import('environment')
|
||||
|
||||
e = environment.Clone()
|
||||
e.Append(CPPPATH = ['#' + posixServicesDirectory + 'libl4/include' , '.' ])
|
||||
e.Append(CPPPATH = ['#' + environment['posixServicesDirectory'] + '/libl4/include' , '.' ])
|
||||
|
||||
mmObjects = e.StaticObject(Glob('mm/*.c'))
|
||||
Depends(mmObjects, e['configFiles'])
|
||||
|
||||
Reference in New Issue
Block a user