Add MSVC support for the upcoming dsp stats window
This commit is contained in:
parent
a47348f2a2
commit
87e295fc7e
@ -471,6 +471,14 @@
|
||||
RelativePath="..\gtk2_ardour\debug.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\dsp_stats_ui.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\dsp_stats_window.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\duplicate_routes_dialog.cc"
|
||||
>
|
||||
@ -1641,6 +1649,14 @@
|
||||
RelativePath="..\gtk2_ardour\debug.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\dsp_stats_ui.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\dsp_stats_window.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\duplicate_routes_dialog.h"
|
||||
>
|
||||
|
@ -103,6 +103,7 @@
|
||||
#include "big_clock_window.h"
|
||||
#include "big_transport_window.h"
|
||||
#include "bundle_manager.h"
|
||||
#include "dsp_stats_window.h"
|
||||
#include "engine_dialog.h"
|
||||
#include "export_video_dialog.h"
|
||||
#include "global_port_matrix.h"
|
||||
|
Loading…
Reference in New Issue
Block a user