Changeset 552 for trunk/core/gui_osd.c


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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui_osd.c

    r551 r552  
    765765        gui_print_osd_state_string_int("SD:",shooting_get_subject_distance_bracket_value()); 
    766766     } 
    767 #if CURVES 
     767#ifdef CURVES 
    768768        if (conf.curve_enable || gui_mode==GUI_MODE_OSD) { 
    769769        if (conf.curve_enable==1) gui_print_osd_state_string_chr("CURVES:", "CSTM"); 
Note: See TracChangeset for help on using the changeset viewer.