use "new" VST search path code and adjust build system to reflect new source files

This commit is contained in:
Paul Davis
2014-03-02 10:53:25 -05:00
parent 8ba449bc4e
commit b8419ae7cd
3 changed files with 4 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ def build(bld):
if bld.env['build_target'] == 'x86_64':
obj.defines += [ 'USE_X86_64_ASM' ]
if bld.env['build_target'] == 'mingw':
obj.source += [ 'fallback_folders.cc' ]
obj.source += [ 'windows_special_dirs.cc' ]
obj.linkflags += ['-lole']
if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):