Changeset 1033 for trunk/buildconf.inc
- Timestamp:
- 01/09/11 00:43:54 (2 years ago)
- File:
-
- 1 edited
-
trunk/buildconf.inc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buildconf.inc
r1015 r1033 1 1 #!build time optional components - comment out the features you dont want to have in your build 2 OPT_LUA_IOLIB=13 OPT_LUA_OSLIB=14 2 OPT_GAME_REVERSI=1 5 3 OPT_GAME_SOKOBAN=1 … … 11 9 OPT_DEBUGGING=1 12 10 OPT_EDGEOVERLAY=1 11 12 # Scripting components 13 OPT_UBASIC=1 14 OPT_LUA=1 13 15 OPT_LUA_STRLIB=1 16 OPT_LUA_IOLIB=1 17 OPT_LUA_OSLIB=1 18 #allow Lua to call arbitrary ROM functions and eventprocs 19 # WARNING: This is DANGEROUS. e.g. call_event_proc("EraseSectorOfRom",...) 20 # NOTE: the interface for this may change in the future, to support better support buffers etc 21 #OPT_LUA_CALL_NATIVE=1 22 14 23 # experimental - allocate memory from alternate heap. Default 2MB from EXMEM_RAMDISK 15 24 # See exmem_malloc_init in generic/wrappers.c … … 17 26 # experimental PTP/USB interface 18 27 #OPT_PTP=1 19 #allow Lua to call arbitrary ROM functions and eventprocs20 # WARNING: This is DANGEROUS. e.g. call_event_proc("EraseSectorOfRom",...)21 # NOTE: the interface for this may change in the future, to support better support buffers etc22 #OPT_LUA_CALL_NATIVE=123 28 #OPT_MD_DEBUG=1 24 29 # needs proper fi2.inc in platform/ !!! see http://chdk.setepontos.com/index.php/topic,2995.0.html … … 34 39 # for people who won't use lang files at all / not done yet 35 40 #!OPT_LANGUAGEINTERFACE=1 36 37 # Not yet working, but need to be defined for a build right now38 OPT_UBASIC=139 OPT_LUA=1
Note: See TracChangeset
for help on using the changeset viewer.