| Revision 801,
874 bytes
checked in by reyalp, 4 years ago
(diff) |
- clean up FI2 handling in makefiles, now only the KEYSYS values needs to be set in each platformsub makefile.inc
- clean misc makefile cruft, update sd990 notes.txt
- add support for optional localbuildconf.inc, equivalent to buildconf.inc but not in svn
- force OPT_FI2 off for SX1, even if set on command line.
- support for ixus200/sd980 diskboot encoding in dancingbits as version 3 (UNTESTED!)
|
-
Property svn:eol-style set to
LF
|
| 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 | #OPT_MD_DEBUG=1 |
|---|
| 15 | # needs proper fi2.inc in platform/ !!! see http://chdk.setepontos.com/index.php/topic,2995.0.html |
|---|
| 16 | #OPT_FI2=1 |
|---|
| 17 | # 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 |
|---|
| 18 | #OPT_WARNINGS=1 |
|---|
| 19 | # Shall ubasic be compiled into build? not done yet |
|---|
| 20 | #!OPT_UBASIC=1 |
|---|
| 21 | # Shall lua support be compiled into build? not done yet |
|---|
| 22 | #!OPT_LUA=1 |
|---|
| 23 | # the symbols / not done yet |
|---|
| 24 | #!OPT_SYMBOLS=1 |
|---|
| 25 | # for people who won't use lang files at all / not done yet |
|---|
| 26 | #!OPT_LANGUAGEINTERFACE=1 |
|---|
Note: See
TracBrowser
for help on using the repository browser.