SCsub 211 B

123456789
  1. #!/usr/bin/env python
  2. from misc.utility.scons_hints import *
  3. Import("env")
  4. env.add_source_files(env.drivers_sources, "*.cpp")
  5. env.Append(CPPDEFINES=["XAUDIO2_ENABLED"])
  6. env.Append(LINKFLAGS=["xaudio2_8.lib"])