Now that we can build with VST support, make sure our MSVC build knows about it
authorJohn Emmas <johne53@tiscali.co.uk>
Mon, 14 Apr 2014 15:02:06 +0000 (16:02 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Mon, 14 Apr 2014 15:14:07 +0000 (16:14 +0100)
MSVCardour3/Ardour3.vcproj
msvc_extra_headers/ardourext/sys/targetsxs.h.input

index a26ce30211ef4eb094c0a8e11d4768af0fbdc263..9fa8e25a2a3712387330daf6315d9fbddeb8d478 100644 (file)
                                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"
                                >
                                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"
index 8fbf1327f88bc5f07dbd1bc6f2481799a6cb20be..8be216d9a491d88bbc7414ab9d06c219e89ec46d 100644 (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