Premake Internals
|
Directories | |
directory | lua-5.1.4 |
Files | |
file | os_chdir.c |
Change the current working directory. | |
file | os_copyfile.c |
Copy a file from one location to another. | |
file | os_getcwd.c |
Retrieve the current working directory. | |
file | os_getversion.c |
file | os_is64bit.c |
Native code-side checking for a 64-bit architecture. | |
file | os_isdir.c |
Returns true if the specified directory exists. | |
file | os_isfile.c |
Returns true if the given file exists on the file system. | |
file | os_match.c |
Match files and directories. | |
file | os_mkdir.c |
Create a subdirectory. | |
file | os_pathsearch.c |
Locates a file, given a set of search paths. | |
file | os_rmdir.c |
Remove a subdirectory. | |
file | os_stat.c |
Retrieve information about a file. | |
file | os_uuid.c |
Create a new UUID. | |
file | path_isabsolute.c |
Determines if a path is absolute or relative. | |
file | premake.c |
Program entry point. | |
file | premake.h |
Program-wide constants and definitions. | |
file | premake_main.c |
Program entry point. | |
file | scripts.c |
file | string_endswith.c |
Determines if a string ends with the given sequence. | |