root/branches/msl/buildconf.inc

Revision 467, 1.4 KB (checked in by msl, 18 months ago)

Aktualisierung auf Rev. 979/981 offizieller Trunk

*  http://tools.assembla.com/chdk/changeset/979/trunk
*  http://tools.assembla.com/chdk/changeset/980/trunk
*  http://tools.assembla.com/chdk/changeset/981/trunk
- Betrifft alle
- Entfechtung Konsolen- und Skriptfunktionen

Line 
1#!build time optional components - comment out the features you dont want to have in your build
2OPT_LUA_IOLIB=1
3OPT_LUA_OSLIB=1
4OPT_GAME_REVERSI=1
5OPT_GAME_SOKOBAN=1
6OPT_GAME_CONNECT4=1
7OPT_GAME_MASTERMIND=1
8OPT_GAME_TETRIS=1
9OPT_CURVES=1
10OPT_TEXTREADER=1
11OPT_CALENDAR=1
12OPT_DEBUGGING=1
13OPT_EDGEOVERLAY=1
14OPT_LUA_STRLIB=1
15#allow Lua to call arbitrary ROM functions and eventprocs
16# WARNING: This is DANGEROUS. e.g. call_event_proc("EraseSectorOfRom",...)
17# NOTE: the interface for this may change in the future, to support better support buffers etc
18OPT_LUA_CALL_NATIVE=1
19# remote synch functions are not usefull for normal single camera using
20#OPT_REMOTE_SYNCH=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
27OPT_GEN_SIGS=1
28# If enabled (and firmware binaries are present) compiler will update "stubs_entry.S"
29OPT_GEN_STUBS=1
30# Shall ubasic be compiled into build? not done yet
31#!OPT_UBASIC=1
32# Shall lua support be compiled into build? not done yet
33#!OPT_LUA=1
34# the symbols / not done yet
35#!OPT_SYMBOLS=1
36# for people who won't use lang files at all / not done yet
37#!OPT_LANGUAGEINTERFACE=1
Note: See TracBrowser for help on using the browser.