diff options
author | George Marques <george@gmarqu.es> | 2016-10-17 13:40:45 -0200 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2016-10-17 20:42:12 -0200 |
commit | f3102160a1c0280ddd3e1873a50a2efddfe8c35b (patch) | |
tree | 567e6bd555a67ece9e32fead9dad8c976856571b /SConstruct | |
parent | c4b7c7d81bf3d4750aa5a824ec108ba121565c48 (diff) |
Isolate XAudio2 driver
Now it's possible to compile for Windows platform if wanted. It's
supported only for Windows 8 or later, so it's not enabled by default.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 14aba28818..b808afa630 100644 --- a/SConstruct +++ b/SConstruct @@ -132,6 +132,7 @@ opts.Add('openssl','OpenSSL library for openssl module (system/builtin)','builti opts.Add('libmpcdec','libmpcdec library for mpc module (system/builtin)','builtin') opts.Add('enet','ENet library (system/builtin)','builtin') opts.Add('glew','GLEW library for the gl_context (system/builtin)','builtin') +opts.Add('xaudio2','XAudio2 audio driver (yes/no)','no') opts.Add("CXX", "C++ Compiler") opts.Add("CC", "C Compiler") opts.Add("CCFLAGS", "Custom flags for the C++ compiler"); |