Functions | |
| def | guess_include |
| def | AppEnv |
| def | LibEnv |
| def | App |
| def | Lib |
Variables | |
| string | output = '#bin' |
| def nul::App | ( | tenv, | ||
| name, | ||||
SOURCES = [], |
||||
INCLUDE = [], |
||||
LIBS = [], |
||||
OBJS = [], |
||||
LINKSCRIPT = "#service/linker.ld", |
||||
MEMSIZE = 1<<23 | ||||
| ) |
| def nul::AppEnv | ( | tenv, | ||
| libs, | ||||
| memsize | ||||
| ) |
Clone tenv and modify it to make the given libs available.
| def nul::guess_include | ( | name | ) |
| def nul::Lib | ( | tenv, | ||
| name, | ||||
SOURCES = [], |
||||
INCLUDE = [], |
||||
LIBS = [] | ||||
| ) |
| def nul::LibEnv | ( | tenv, | ||
| libs | ||||
| ) |
Clone tenv and modify it to make the given libs available.
| string nul::output = '#bin' |
1.7.1