virtualx-engine/drivers/nrex/SCsub

8 lines
107 B
Text
Raw Normal View History

2014-02-09 22:10:30 -03:00
Import('env')
sources = [
2015-07-24 01:18:46 +01:00
'nrex.cpp',
2014-02-09 22:10:30 -03:00
'regex.cpp',
]
env.add_source_files(env.drivers_sources, sources)