- updated SConstruct
This commit is contained in:
parent
ef955ee924
commit
f7e41eb86c
1 changed files with 2 additions and 5 deletions
|
@ -671,13 +671,10 @@ def update_linux_project_files():
|
||||||
iterate_dirs(headers_content, source_content, d)
|
iterate_dirs(headers_content, source_content, d)
|
||||||
|
|
||||||
headers_content.sort()
|
headers_content.sort()
|
||||||
source_content.sort()
|
|
||||||
|
|
||||||
headers_content = ['HEADERS += \\'] + headers_content + ['','']
|
headers_content = ['HEADERS += \\'] + headers_content + ['','']
|
||||||
source_content = ['SOURCES += \\'] + source_content + ['','']
|
|
||||||
|
|
||||||
#files_content.append('../../SConstruct')
|
source_content.sort()
|
||||||
#files_content.append('../../Dependencies')
|
source_content = ['SOURCES += \\'] + source_content + ['','']
|
||||||
|
|
||||||
files_name = os.path.join('.', 'workspace', 'All.files')
|
files_name = os.path.join('.', 'workspace', 'All.files')
|
||||||
f = open(files_name, "w")
|
f = open(files_name, "w")
|
||||||
|
|
Loading…
Reference in a new issue