summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MSVCardour3/Ardour3.vcproj16
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input4
2 files changed, 18 insertions, 2 deletions
diff --git a/MSVCardour3/Ardour3.vcproj b/MSVCardour3/Ardour3.vcproj
index a26ce30211..9fa8e25a2a 100644
--- a/MSVCardour3/Ardour3.vcproj
+++ b/MSVCardour3/Ardour3.vcproj
@@ -1227,10 +1227,18 @@
>
</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"
>
</File>
@@ -2181,9 +2189,17 @@
>
</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"
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index 8fbf1327f8..8be216d9a4 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -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