diff options
| author | TitanSnow <[email protected]> | 2017-05-08 13:58:51 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-08 13:58:51 +0800 |
| commit | c1bccef85b8a73b8a324373764006086ce82b58c (patch) | |
| tree | 58472afc02cfb0c8ba28c80c05ae9f5e3f38b960 /core/src/xmake/os | |
| parent | 0e82b0084f3abbcbabc376b6681bba08cf47074a (diff) | |
build_configuration -> versioninfo
Diffstat (limited to 'core/src/xmake/os')
| -rw-r--r-- | core/src/xmake/os/versioninfo.c (renamed from core/src/xmake/os/build_configuration.c) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/xmake/os/build_configuration.c b/core/src/xmake/os/versioninfo.c index 55dc837c4..9cb80ddae 100644 --- a/core/src/xmake/os/build_configuration.c +++ b/core/src/xmake/os/versioninfo.c @@ -19,14 +19,14 @@ * Copyright (C) 2015 - 2017, TBOOX Open Source Group. * * @author TitanSnow - * @file build_configuration.c + * @file versioninfo.c * */ /* ////////////////////////////////////////////////////////////////////////////////////// * trace */ -#define TB_TRACE_MODULE_NAME "build_configuration" +#define TB_TRACE_MODULE_NAME "versioninfo" #define TB_TRACE_MODULE_DEBUG (0) /* ////////////////////////////////////////////////////////////////////////////////////// @@ -38,8 +38,8 @@ * implementation */ -// get build_configuration -tb_int_t xm_os_build_configuration(lua_State* lua) +// get versioninfo +tb_int_t xm_os_versioninfo(lua_State* lua) { // features const char* features_table[] = { |
