forked from github/server
fix VS2015 build: config.h not found
This commit is contained in:
parent
78e63ed4c6
commit
06ba427a77
|
@ -1,5 +1,4 @@
|
|||
#include <platform.h>
|
||||
#include <config.h>
|
||||
#include "creport.h"
|
||||
#include "move.h"
|
||||
#include "travelthru.h"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$#undef tolua_reg_types
|
||||
$#define tolua_reg_types tolua_reg_types_game
|
||||
$#include "config.h"
|
||||
$#include "bind_eressea.h"
|
||||
|
||||
module eressea {
|
||||
|
|
|
@ -20,7 +20,6 @@ LUALIB_API int luaopen_game (lua_State* tolua_S);
|
|||
|
||||
#undef tolua_reg_types
|
||||
#define tolua_reg_types tolua_reg_types_game
|
||||
#include "config.h"
|
||||
#include "bind_eressea.h"
|
||||
|
||||
/* function to register type */
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include <platform.h>
|
||||
#include <config.h>
|
||||
#include <kernel/config.h>
|
||||
#include "order.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include <platform.h>
|
||||
#include <config.h>
|
||||
#include "report.h"
|
||||
#include "move.h"
|
||||
#include "travelthru.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include <platform.h>
|
||||
#include <config.h>
|
||||
#include "reports.h"
|
||||
|
||||
#include "move.h"
|
||||
|
|
Loading…
Reference in New Issue