MSVC projects reference nonexistent headers

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
mel_o
Space Floater
Posts: 26
Joined: Tue Mar 10, 2015 8:23 am

MSVC projects reference nonexistent headers

#1 Post 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.
Unless stated otherwise, code and scripts provided by me are released under GNU GPL 2.0 (or later) and other content is released under CC BY-SA 3.0.

User avatar
Geoff the Medio
Programming, Design, Admin
Posts: 13587
Joined: Wed Oct 08, 2003 1:33 am
Location: Munich

Re: MSVC projects reference nonexistent headers

#2 Post by Geoff the Medio »

Hopefully fixed (before I saw your pull request).

Post Reply