avoid circular dependency by moving modes/modes.h to modes.h
This commit is contained in:
parent
7886c42288
commit
2544ff381a
@ -2,4 +2,4 @@ glob:.scons*
|
||||
glob:*.o
|
||||
glob:dwss
|
||||
glob:LoadFile-gen.inc
|
||||
^modes/modes.h$
|
||||
^modes.h$
|
||||
|
@ -23,7 +23,7 @@ sources = [Glob('*.c'), Glob('*.cc'), Glob('LoadFile/*.cc')]
|
||||
env.LoadFile('LoadFile-gen.inc', load_files)
|
||||
env.Depends('LoadFile-gen.inc', 'genLoadFile.pl')
|
||||
|
||||
env.Modes('modes/modes.h', Glob('modes/*.h'))
|
||||
env.Modes('modes.h', Glob('modes/*.h'))
|
||||
|
||||
dwss = env.Program('dwss', sources)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user