Skip to content

Commit

Permalink
fix cb projecfile after #4797 (#4811)
Browse files Browse the repository at this point in the history
* fix cb projecfile after https://github.com/wesnoth/wesnoth/pull/4797/files

* Update tests.cbp

* Update wesnoth.cbp
  • Loading branch information
newfrenchy83 committed Mar 16, 2020
1 parent 24b8407 commit a3859e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projectfiles/CodeBlocks-SCons/wesnoth.cbp
Expand Up @@ -935,6 +935,8 @@
<Unit filename="../../src/scripting/game_lua_kernel.hpp" />
<Unit filename="../../src/scripting/lua_audio.cpp" />
<Unit filename="../../src/scripting/lua_audio.hpp" />
<Unit filename="../../src/scripting/lua_color.cpp" />
<Unit filename="../../src/scripting/lua_color.hpp" />
<Unit filename="../../src/scripting/lua_common.cpp" />
<Unit filename="../../src/scripting/lua_common.hpp" />
<Unit filename="../../src/scripting/lua_cpp_function.cpp" />
Expand Down
2 changes: 2 additions & 0 deletions projectfiles/CodeBlocks/tests.cbp
Expand Up @@ -986,6 +986,8 @@
<Unit filename="../../src/scripting/game_lua_kernel.hpp" />
<Unit filename="../../src/scripting/lua_audio.cpp" />
<Unit filename="../../src/scripting/lua_audio.hpp" />
<Unit filename="../../src/scripting/lua_color.cpp" />
<Unit filename="../../src/scripting/lua_color.hpp" />
<Unit filename="../../src/scripting/lua_common.cpp" />
<Unit filename="../../src/scripting/lua_common.hpp" />
<Unit filename="../../src/scripting/lua_cpp_function.cpp" />
Expand Down
2 changes: 2 additions & 0 deletions projectfiles/CodeBlocks/wesnoth.cbp
Expand Up @@ -984,6 +984,8 @@
<Unit filename="../../src/scripting/game_lua_kernel.hpp" />
<Unit filename="../../src/scripting/lua_audio.cpp" />
<Unit filename="../../src/scripting/lua_audio.hpp" />
<Unit filename="../../src/scripting/lua_color.cpp" />
<Unit filename="../../src/scripting/lua_color.hpp" />
<Unit filename="../../src/scripting/lua_common.cpp" />
<Unit filename="../../src/scripting/lua_common.hpp" />
<Unit filename="../../src/scripting/lua_cpp_function.cpp" />
Expand Down

0 comments on commit a3859e4

Please sign in to comment.