Page 1 of 1

MSVC projects reference nonexistent headers

Posted: Thu May 14, 2015 3:42 pm
by mel_o
I've noticed that some of the projects in the msvc solutions have some header files that don't exist, possibly removed without updating the projects. The projects and the files they reference are:
  • FreeOrion: universe/Names.h
  • FreeOrionCA: universe/Names.h, combat/CombatOrder.h
  • FreeOrionD: universe/Names.h
I couldn't find any references to these files in the XCode config or any CMake files, but I haven't tested either of those. I can submit a PR with the updated .vcxproj files, at least.

ETA: PR is up.

Re: MSVC projects reference nonexistent headers

Posted: Thu May 14, 2015 5:26 pm
by Geoff the Medio
Hopefully fixed (before I saw your pull request).