mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Simplified loader, elf, and c library SConscripts
This commit is contained in:
@@ -9,16 +9,8 @@ from os.path import join
|
||||
|
||||
Import('env')
|
||||
|
||||
# Get global paths
|
||||
PROJRELROOT = '../'
|
||||
|
||||
sys.path.append(PROJRELROOT)
|
||||
|
||||
|
||||
e = env.Clone()
|
||||
|
||||
src = Glob('*.[cS]')
|
||||
|
||||
objs = e.Object(src)
|
||||
objs = env.Object(src)
|
||||
|
||||
Return('objs')
|
||||
|
||||
Reference in New Issue
Block a user