Skip to content

Commit

Permalink
Codeblocks: properly include wesnoth_lua_config.h in lua sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Oct 22, 2016
1 parent 205aafc commit 755b6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectfiles/CodeBlocks/liblua.cbp
Expand Up @@ -33,6 +33,7 @@
<Add option="-Wall" />
<Add option="-std=c++11" />
<Add option="-U__STRICT_ANSI__" />
<Add option="-include ../../src/wesnoth_lua_config.h" />
<Add directory="../../src" />
</Compiler>
<Unit filename="../../src/lua/lapi.cpp" />
Expand Down Expand Up @@ -94,7 +95,6 @@
<Unit filename="../../src/lua/lvm.h" />
<Unit filename="../../src/lua/lzio.cpp" />
<Unit filename="../../src/lua/lzio.h" />
<Unit filename="../../src/wesnoth_lua_config.h" />
<Extensions>
<code_completion />
<envvars />
Expand Down

0 comments on commit 755b6b8

Please sign in to comment.