Changeset 552 for trunk/makefile.inc

Show
Ignore:
Timestamp:
11/06/08 16:27:11 (5 years ago)
Author:
phyrephox
Message:

maintenance: moved the optional stuff to the new buildconf.inc, for easier parsing and/or modifying (whim - maybe in your CHDK shell?) - see  http://chdk.setepontos.com/index.php/topic,2509.msg23423.html#msg23423
now when you "undef" the stuff, the files will not be compiled/linked anymore (as they did with my previous committ, thus you didnt "save" as much binary space as projected)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/makefile.inc

    r537 r552  
    163163#PLATFORM=100d 
    164164 
    165 # build time optional components 
    166 OPT_LUA_IOLIB=1 
    167 OPT_LUA_OSLIB=1 
    168 #OPT_LUA_STRLIB=1 
    169 OPT_GAME_REVERSI=1 
    170 OPT_GAME_SOKOBAN=1 
     165 
     166 
    171167 
    172168MEMISOSIZE="(&_end-&_start)" 
     169include $(topdir)buildconf.inc 
    173170include $(topdir)version.inc 
    174171include $(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB)/makefile.inc