Added new WASAPI driver for Windows

This commit is contained in:
Marcelo Fernandez 2017-08-27 14:01:34 -03:00
parent bd282ff43f
commit 8e814774b1
8 changed files with 460 additions and 1 deletions

8
drivers/wasapi/SCsub Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env python
Import('env')
# Driver source files
env.add_source_files(env.drivers_sources, "*.cpp")
Export('env')