mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Accommodate newly introduced sources in our build projects (gtkmm2ext)
This commit is contained in:
parent
4d515ad086
commit
d294d03670
2 changed files with 13 additions and 0 deletions
|
|
@ -345,6 +345,10 @@
|
||||||
RelativePath="..\emscale.cc"
|
RelativePath="..\emscale.cc"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\eventboxext.cc"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\fader.cc"
|
RelativePath="..\fader.cc"
|
||||||
>
|
>
|
||||||
|
|
@ -507,6 +511,10 @@
|
||||||
RelativePath="..\gtkmm2ext\bindings.h"
|
RelativePath="..\gtkmm2ext\bindings.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\gtkmm2ext\cairo_canvas.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\gtkmm2ext\cairo_icon.h"
|
RelativePath="..\gtkmm2ext\cairo_icon.h"
|
||||||
>
|
>
|
||||||
|
|
@ -567,6 +575,10 @@
|
||||||
RelativePath="..\gtkmm2ext\emscale.h"
|
RelativePath="..\gtkmm2ext\emscale.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\gtkmm2ext\eventboxext.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\gtkmm2ext\fader.h"
|
RelativePath="..\gtkmm2ext\fader.h"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ gtkmm2ext_sources = [
|
||||||
'debug.cc',
|
'debug.cc',
|
||||||
'dndtreeview.cc',
|
'dndtreeview.cc',
|
||||||
'emscale.cc',
|
'emscale.cc',
|
||||||
|
'eventboxext.cc',
|
||||||
'focus_entry.cc',
|
'focus_entry.cc',
|
||||||
'grouped_buttons.cc',
|
'grouped_buttons.cc',
|
||||||
'gtk_ui.cc',
|
'gtk_ui.cc',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue