Merge branch 'jmt/gpswidget' into next
This commit is contained in:
commit
0b6579d6fb
3 changed files with 5 additions and 2 deletions
|
@ -1826,6 +1826,8 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\GUI\SafeTexFont.hxx">
|
RelativePath="..\..\src\GUI\SafeTexFont.hxx">
|
||||||
</File>
|
</File>
|
||||||
|
<File RelativePath="..\..\..\src\GUI\WaypointList.cxx"></File>
|
||||||
|
<File RelativePath="..\..\..\src\GUI\WaypointList.hxx"></File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Lib_Input"
|
Name="Lib_Input"
|
||||||
|
|
|
@ -2645,6 +2645,8 @@
|
||||||
RelativePath="..\..\..\src\GUI\SafeTexFont.hxx"
|
RelativePath="..\..\..\src\GUI\SafeTexFont.hxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File RelativePath="..\..\..\src\GUI\WaypointList.cxx"></File>
|
||||||
|
<File RelativePath="..\..\..\src\GUI\WaypointList.hxx"></File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Lib_Input"
|
Name="Lib_Input"
|
||||||
|
|
|
@ -24,8 +24,7 @@ libGUI_a_SOURCES = \
|
||||||
layout.cxx layout-props.cxx layout.hxx \
|
layout.cxx layout-props.cxx layout.hxx \
|
||||||
SafeTexFont.cxx SafeTexFont.hxx \
|
SafeTexFont.cxx SafeTexFont.hxx \
|
||||||
WaypointList.cxx WaypointList.hxx
|
WaypointList.cxx WaypointList.hxx
|
||||||
|
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
||||||
|
|
||||||
layout_test_SOURCES = layout-test.cxx
|
layout_test_SOURCES = layout-test.cxx
|
||||||
|
|
Loading…
Reference in a new issue