Changeset 2235 for trunk/src


Ignore:
Timestamp:
Jan 9, 2009, 3:50:23 AM (17 years ago)
Author:
bird
Message:

kbuild.c: added todo for #80.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kbuild.c

    r2124 r2235  
    20612061    $(target)_$(source)_DEPORD_ := $(TOOL_$(tool)_COMPILE_$(type)_DEPORD) $(dirdep)
    20622062    */
     2063    /** @todo Make all these local variables, if someone needs the info later it
     2064     *        can be recalculated. (Ticket #80.) */
    20632065    cch = sizeof("TOOL_") + pTool->value_length + sizeof("_COMPILE_") + pType->value_length + sizeof("_OUTPUT_MAYBE");
    20642066    if (cch < pTarget->value_length + sizeof("$(_2_OBJS)"))
Note: See TracChangeset for help on using the changeset viewer.