Follow-up Comment #2, patch #1319 (project wesnoth):

Hello!

A few things that need fixing:

1) there's still references to inprogress.hpp, such as '@file
ai/composite/inprogress.hpp' left in the patch. 

2) you're added a header (.hpp) file, not source (.cpp) file. For .hpp files,
no object files are created. So, you should add a reference to that file only
to those buildsystems which need .hpp files added. (i.e. codeblocks and
MSVC). So, remove your changes from src/SConscript, src/Makefile.am,
src/CMakeLists.txt, and fix your changes to projectfiles/VC9/wesnoth.vcproj -
you're added a reference to the .cpp section of that file, but you should have
added it in the .hpp section - for example, somewhere near the reference to
ai/composite/stage.hpp (keeping the A..Z ordering)

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?1319>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to