Ignore:
Timestamp:
Sep 8, 2016, 3:27:56 PM (9 years ago)
Author:
bird
Message:

Included kDepObj in kWorker as a post execution option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kWorker/Makefile.kmk

    r2878 r2894  
    3333kWorker_DEFS.debug = K_STRICT
    3434kWorker_DEFS.release = NASSERT
    35 kWorker_SOURCES = kWorker.c
     35kWorker_SOURCES = \
     36        kWorker.c \
     37       ../kmk/kmkbuiltin/kDepObj.c
     38kWorker_INCS = \
     39        ../kmk/ \
     40        ../kmk/kmkbuiltin
    3641kWorker_LIBS = \
    3742        $(kStuff_1_TARGET) \
     
    5661        crc32.c \
    5762        md5.c \
    58        kbuild_version.c
     63       kbuild_version.c \
     64       kDep.c
    5965kWorkerLib_SOURCES.win = \
    6066        nt_fullpath.c \
     67        nt_fullpath_cached.c \
    6168        quoted_spawn.c \
    6269       nt/nthlpcore.c \
Note: See TracChangeset for help on using the changeset viewer.