tolua update again

This commit is contained in:
Enno Rehling 2021-02-14 20:56:27 +01:00
parent c8d03c9ea3
commit b63d5e31ac
3 changed files with 2 additions and 3 deletions

View File

@ -73,7 +73,6 @@ MACRO(TOLUA_BINDING PKGFILE FILES)
) )
ENDMACRO(TOLUA_BINDING) ENDMACRO(TOLUA_BINDING)
IF(NOT MSVC)
TOLUA_BINDING(log.pkg util/log.h) TOLUA_BINDING(log.pkg util/log.h)
TOLUA_BINDING(locale.pkg bind_locale.h) TOLUA_BINDING(locale.pkg bind_locale.h)
TOLUA_BINDING(config.pkg bind_config.h) TOLUA_BINDING(config.pkg bind_config.h)
@ -81,7 +80,6 @@ TOLUA_BINDING(process.pkg bind_process.h)
TOLUA_BINDING(game.pkg bind_eressea.h config.h) TOLUA_BINDING(game.pkg bind_eressea.h config.h)
TOLUA_BINDING(eressea.pkg bind_eressea.h) TOLUA_BINDING(eressea.pkg bind_eressea.h)
TOLUA_BINDING(settings.pkg kenel/config.h) TOLUA_BINDING(settings.pkg kenel/config.h)
ENDIF()
set (PARSER_SRC set (PARSER_SRC
${DB_SRC} ${DB_SRC}

2
tolua

@ -1 +1 @@
Subproject commit 99ac2e060f32e92f378652a2a249f7e535232671 Subproject commit a3dec42d329dabcfe0a19c9bba506f7074883dba

View File

@ -1,3 +1,4 @@
#define _CRT_SECURE_NO_WARNINGS
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>