Merge pull request #2707 from akien-mga/master

Cosmetic fixes to SCons buildsystem
This commit is contained in:
Juan Linietsky 2015-11-18 19:43:28 -03:00
commit 0c3386b2ed
65 changed files with 46 additions and 159 deletions

View file

@ -19,5 +19,3 @@ for x in env.module_list:
lib = env_modules.Library("modules",env.modules_sources)
env.Prepend(LIBS=[lib])

View file

@ -3,5 +3,3 @@ Import('env')
env.add_source_files(env.modules_sources,"*.cpp")
Export('env')

View file

@ -1,6 +1,3 @@
Import('env')
env.add_source_files(env.modules_sources,"*.cpp")