Now that we can build with VST support, make sure our MSVC build knows about it

This commit is contained in:
John Emmas 2014-04-14 16:02:06 +01:00
parent 4336f75d3b
commit 57f09d5d9d
2 changed files with 18 additions and 2 deletions

View File

@ -1226,10 +1226,18 @@
RelativePath="..\gtk2_ardour\volume_controller.cc"
>
</File>
<File
RelativePath="..\gtk2_ardour\vst_plugin_ui.cc"
>
</File>
<File
RelativePath="..\gtk2_ardour\window_manager.cc"
>
</File>
<File
RelativePath="..\gtk2_ardour\windows_vst_plugin_ui.cc"
>
</File>
<File
RelativePath="..\gtk2_ardour\msvc\winmain.cc"
>
@ -2180,10 +2188,18 @@
RelativePath="..\gtk2_ardour\volume_controller.h"
>
</File>
<File
RelativePath="..\gtk2_ardour\vst_plugin_ui.h"
>
</File>
<File
RelativePath="..\gtk2_ardour\window_manager.h"
>
</File>
<File
RelativePath="..\gtk2_ardour\windows_vst_plugin_ui.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"

View File

@ -11,8 +11,8 @@
/* Comment out the above lines to build Mixbus without LV2 support */
#endif
#ifndef VST_SUPPORT
// Commented out temporarily by JE - 18-10-2013 #define VST_SUPPORT
#ifndef WINDOWS_VST_SUPPORT
#define WINDOWS_VST_SUPPORT
/* Comment out the above line to build Mixbus without VST support */
#endif