Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/premake.c')
-rwxr-xr-xsrc/host/premake.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/host/premake.c b/src/host/premake.c
index ac27566..f529c41 100755
--- a/src/host/premake.c
+++ b/src/host/premake.c
@@ -35,7 +35,12 @@ extern const char* builtin_scripts[];
/* Built-in functions */
static const luaL_Reg path_functions[] = {
+ { "getabsolute", path_getabsolute },
+ { "getrelative", path_getrelative },
{ "isabsolute", path_isabsolute },
+ { "join", path_join },
+ { "normalize", path_normalize },
+ { "translate", path_translate },
{ NULL, NULL }
};