Skip to content

Commit

Permalink
Update Code::Blocks project (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
newfrenchy83 authored and jyrkive committed Sep 26, 2018
1 parent 461cd2c commit 46a6393
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions projectfiles/CodeBlocks/wesnoth.cbp
Expand Up @@ -243,6 +243,14 @@
<Unit filename="../../src/cursor.hpp" />
<Unit filename="../../src/deprecation.cpp" />
<Unit filename="../../src/deprecation.hpp" />
<Unit filename="../../src/desktop/apple_battery_info.mm" />
<Unit filename="../../src/desktop/apple_battery_info.hpp" />
<Unit filename="../../src/desktop/apple_notification.mm" />
<Unit filename="../../src/desktop/apple_notification.hpp" />
<Unit filename="../../src/desktop/apple_version.mm" />
<Unit filename="../../src/desktop/apple_version.hpp" />
<Unit filename="../../src/desktop/battery_info.cpp" />
<Unit filename="../../src/desktop/battery_info.hpp"/>
<Unit filename="../../src/desktop/clipboard.cpp" />
<Unit filename="../../src/desktop/clipboard.hpp" />
<Unit filename="../../src/desktop/notifications.cpp" />
Expand All @@ -253,6 +261,8 @@
<Unit filename="../../src/desktop/paths.hpp" />
<Unit filename="../../src/desktop/version.cpp" />
<Unit filename="../../src/desktop/version.hpp" />
<Unit filename="../../src/desktop/windows_battery_info.cpp" />
<Unit filename="../../src/desktop/windows_battery_info.hpp" />
<Unit filename="../../src/desktop/windows_tray_notification.cpp" />
<Unit filename="../../src/desktop/windows_tray_notification.hpp" />
<Unit filename="../../src/display.cpp" />
Expand Down Expand Up @@ -1196,8 +1206,6 @@
<Unit filename="../../src/whiteboard/visitor.hpp" />
<Unit filename="../../src/widgets/button.cpp" />
<Unit filename="../../src/widgets/button.hpp" />


<Unit filename="../../src/widgets/menu.cpp" />
<Unit filename="../../src/widgets/menu.hpp" />
<Unit filename="../../src/widgets/menu_style.cpp" />
Expand Down

0 comments on commit 46a6393

Please sign in to comment.