7 lines
130 B
Text
7 lines
130 B
Text
|
Import('env')
|
||
|
Export('env');
|
||
|
|
||
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
||
|
#env.add_source_files(env.drivers_sources,"*.c")
|
||
|
|