fix VS2015 build: config.h not found

This commit is contained in:
Enno Rehling 2016-11-26 17:17:14 +01:00
parent 78e63ed4c6
commit 06ba427a77
6 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,4 @@
#include <platform.h> #include <platform.h>
#include <config.h>
#include "creport.h" #include "creport.h"
#include "move.h" #include "move.h"
#include "travelthru.h" #include "travelthru.h"

View File

@ -1,6 +1,5 @@
$#undef tolua_reg_types $#undef tolua_reg_types
$#define tolua_reg_types tolua_reg_types_game $#define tolua_reg_types tolua_reg_types_game
$#include "config.h"
$#include "bind_eressea.h" $#include "bind_eressea.h"
module eressea { module eressea {

View File

@ -20,7 +20,6 @@ LUALIB_API int luaopen_game (lua_State* tolua_S);
#undef tolua_reg_types #undef tolua_reg_types
#define tolua_reg_types tolua_reg_types_game #define tolua_reg_types tolua_reg_types_game
#include "config.h"
#include "bind_eressea.h" #include "bind_eressea.h"
/* function to register type */ /* function to register type */

View File

@ -1,5 +1,4 @@
#include <platform.h> #include <platform.h>
#include <config.h>
#include <kernel/config.h> #include <kernel/config.h>
#include "order.h" #include "order.h"

View File

@ -1,5 +1,4 @@
#include <platform.h> #include <platform.h>
#include <config.h>
#include "report.h" #include "report.h"
#include "move.h" #include "move.h"
#include "travelthru.h" #include "travelthru.h"

View File

@ -1,5 +1,4 @@
#include <platform.h> #include <platform.h>
#include <config.h>
#include "reports.h" #include "reports.h"
#include "move.h" #include "move.h"