Skip to content

Commit

Permalink
Fix typo in the CodeBlocks project file
Browse files Browse the repository at this point in the history
Apparently CB can't deal with invalid XML properly. The result was that
every file listed after that point wasn't being compiled or passed to the
linker, resulting in a flood of linker errors.
  • Loading branch information
irydacea committed Jul 18, 2014
1 parent c39fdae commit 9919773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectfiles/CodeBlocks/wesnoth.cbp
Expand Up @@ -1056,7 +1056,7 @@
<Unit filename="..\..\src\unit_types.hpp" />
<Unit filename="..\..\src\util.cpp" />
<Unit filename="..\..\src\util.hpp" />
<Unit filename="..\..\src\utils\boost_function_guarded.hpp">
<Unit filename="..\..\src\utils\boost_function_guarded.hpp" />
<Unit filename="..\..\src\utils\iterator.hpp" />
<Unit filename="..\..\src\utils\reference_counter.hpp" />
<Unit filename="..\..\src\utils\sha1.cpp" />
Expand Down

0 comments on commit 9919773

Please sign in to comment.