diff options
author | Anton Yabchinskiy <arn@bestmx.ru> | 2015-07-29 23:01:36 +0300 |
---|---|---|
committer | Anton Yabchinskiy <arn@bestmx.ru> | 2015-07-29 23:01:36 +0300 |
commit | dc8df8a91a995796f0f330bf6bb6b209f6dfce08 (patch) | |
tree | 46cfe09124703b07860754d6b44e0289422e0573 /drivers/nrex/SCsub | |
parent | 16746f157f83d666079ba3266acec13d35b84c3f (diff) | |
parent | 922356b903061cda7591090bf19e8346c3a78cf5 (diff) |
Merge branch 'master' of github.com:okamstudio/godot
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) + |