| Line | |
|---|
| 1 | #!build time optional components - comment out the features you dont want to have in your build |
|---|
| 2 | OPT_LUA_IOLIB=1 |
|---|
| 3 | OPT_LUA_OSLIB=1 |
|---|
| 4 | OPT_GAME_REVERSI=1 |
|---|
| 5 | OPT_GAME_SOKOBAN=1 |
|---|
| 6 | OPT_GAME_CONNECT4=1 |
|---|
| 7 | OPT_GAME_MASTERMIND=1 |
|---|
| 8 | OPT_CURVES=1 |
|---|
| 9 | OPT_TEXTREADER=1 |
|---|
| 10 | OPT_CALENDAR=1 |
|---|
| 11 | OPT_DEBUGGING=1 |
|---|
| 12 | OPT_EDGEOVERLAY=1 |
|---|
| 13 | OPT_LUA_STRLIB=1 |
|---|
| 14 | |
|---|
| 15 | # experimental PTP/USB interface |
|---|
| 16 | #OPT_PTP=1 |
|---|
| 17 | #allow Lua to call arbitrary ROM functions and eventprocs |
|---|
| 18 | # WARNING: This is DANGEROUS. e.g. call_event_proc("EraseSectorOfRom",...) |
|---|
| 19 | # NOTE: the interface for this may change in the future, to support better support buffers etc |
|---|
| 20 | #OPT_LUA_CALL_NATIVE=1 |
|---|
| 21 | #OPT_MD_DEBUG=1 |
|---|
| 22 | # needs proper fi2.inc in platform/ !!! see http://chdk.setepontos.com/index.php/topic,2995.0.html |
|---|
| 23 | #OPT_FI2=1 |
|---|
| 24 | # if enabled, compiler will produce a lot of warnings, maybe not always correct ones, see http://chdk.setepontos.com/index.php/topic,2509.msg32191.html#msg32191 |
|---|
| 25 | #OPT_WARNINGS=1 |
|---|
| 26 | # If enabled (and reference binaries are present in /tools), compiler will generate function signatures |
|---|
| 27 | OPT_GEN_SIGS=1 |
|---|
| 28 | # If enabled (and firmware binaries are present) compiler will update "stubs_entry.S" |
|---|
| 29 | OPT_GEN_STUBS=1 |
|---|
| 30 | # the symbols / not done yet |
|---|
| 31 | #!OPT_SYMBOLS=1 |
|---|
| 32 | # for people who won't use lang files at all / not done yet |
|---|
| 33 | #!OPT_LANGUAGEINTERFACE=1 |
|---|
| 34 | |
|---|
| 35 | # Not yet working, but need to be defined for a build right now |
|---|
| 36 | OPT_UBASIC=1 |
|---|
| 37 | OPT_LUA=1 |
|---|
Note: See
TracBrowser
for help on using the repository browser.