Now that we can build with VST support, make sure our MSVC build knows about it
This commit is contained in:
parent
4336f75d3b
commit
57f09d5d9d
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user