Changeset 1033 for trunk/buildconf.inc


Ignore:
Timestamp:
01/09/11 00:43:54 (2 years ago)
Author:
reyalP
Message:

scripting optional makefile support from ultima in http://chdk.setepontos.com/index.php?topic=5793.msg59376#msg59376
does not include code changes to actually make script optional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buildconf.inc

    r1015 r1033  
    11#!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 
    42OPT_GAME_REVERSI=1 
    53OPT_GAME_SOKOBAN=1 
     
    119OPT_DEBUGGING=1 
    1210OPT_EDGEOVERLAY=1 
     11 
     12# Scripting components 
     13OPT_UBASIC=1 
     14OPT_LUA=1 
    1315OPT_LUA_STRLIB=1 
     16OPT_LUA_IOLIB=1 
     17OPT_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 
    1423# experimental - allocate memory from alternate heap. Default 2MB from EXMEM_RAMDISK 
    1524# See exmem_malloc_init in generic/wrappers.c 
     
    1726# experimental PTP/USB interface 
    1827#OPT_PTP=1 
    19 #allow Lua to call arbitrary ROM functions and eventprocs 
    20 # 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 etc 
    22 #OPT_LUA_CALL_NATIVE=1 
    2328#OPT_MD_DEBUG=1 
    2429# needs proper fi2.inc in platform/ !!! see http://chdk.setepontos.com/index.php/topic,2995.0.html 
     
    3439# for people who won't use lang files at all / not done yet 
    3540#!OPT_LANGUAGEINTERFACE=1 
    36  
    37 # Not yet working, but need to be defined for a build right now 
    38 OPT_UBASIC=1 
    39 OPT_LUA=1 
Note: See TracChangeset for help on using the changeset viewer.