Update and clean up the Visual Studio 2017 project files
These were very shoddily put together! It seems the person who made them never really tried building the editors or the tests. Also included here are a couple of minor source changes that are needed to make the project files build.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include "location.hpp"
|
||||
#include "boe.global.hpp"
|
||||
|
||||
void finish_load_party();
|
||||
void change_rect_terrain(rectangle r,ter_num_t terrain_type,short probability,bool hollow);
|
||||
|
@@ -12,7 +12,9 @@
|
||||
#include "fileio/resmgr/res_image.hpp"
|
||||
#include "dialogxml/widgets/message.hpp"
|
||||
#include "mathutil.hpp"
|
||||
#ifndef MSBUILD_GITREV
|
||||
#include "tools/gitrev.hpp"
|
||||
#endif
|
||||
#include "gfx/tiling.hpp" // for bg
|
||||
#include "utility.hpp"
|
||||
|
||||
|
@@ -23,7 +23,9 @@
|
||||
#include "dialogxml/widgets/scrollbar.hpp"
|
||||
#include "dialogxml/dialogs/strdlog.hpp"
|
||||
#include "dialogxml/dialogs/choicedlog.hpp"
|
||||
#ifndef MSBUILD_GITREV
|
||||
#include "tools/gitrev.hpp"
|
||||
#endif
|
||||
|
||||
#include "scen.btnmg.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user