Merge pull request #2707 from akien-mga/master
Cosmetic fixes to SCons buildsystem
This commit is contained in:
commit
0c3386b2ed
65 changed files with 46 additions and 159 deletions
|
|
@ -19,5 +19,3 @@ for x in env.module_list:
|
|||
lib = env_modules.Library("modules",env.modules_sources)
|
||||
|
||||
env.Prepend(LIBS=[lib])
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,5 +3,3 @@ Import('env')
|
|||
env.add_source_files(env.modules_sources,"*.cpp")
|
||||
|
||||
Export('env')
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
Import('env')
|
||||
|
||||
env.add_source_files(env.modules_sources,"*.cpp")
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue