diff options
author | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-07-26 20:16:38 +0200 |
---|---|---|
committer | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-07-26 20:16:38 +0200 |
commit | af132adf94da56ff231ce6f69f8098666cf7d9b0 (patch) | |
tree | d40e6ad16b9907fb9ad134f3189035a9f85113b8 /drivers/nrex/SCsub | |
parent | d1a260c9660e98da2f8a0ba4af2dd2cde6aeb311 (diff) | |
parent | 07c99e11f5939699fefa10fab0b898ddc9246f85 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'drivers/nrex/SCsub')
-rw-r--r-- | drivers/nrex/SCsub | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/nrex/SCsub b/drivers/nrex/SCsub new file mode 100644 index 0000000000..2441d3061b --- /dev/null +++ b/drivers/nrex/SCsub @@ -0,0 +1,9 @@ + +Import('env') + +sources = [ + 'nrex.cpp', + 'regex.cpp', +] +env.add_source_files(env.drivers_sources, sources) + |