Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/module.mk

    r2cf3b87 r5339a87  
    1515###############################################################################
    1616
    17 SRC_CONCURRENCY = \
    18         Concurrency/KeywordsNew.cpp \
    19         Concurrency/Keywords.cc
     17SRC += Concurrency/Keywords.cc Concurrency/Keywords.h Concurrency/Waitfor.cc Concurrency/Waitfor.h
     18SRCDEMANGLE += Concurrency/Keywords.cc
    2019
    21 SRC += $(SRC_CONCURRENCY) \
    22         Concurrency/Keywords.h \
    23         Concurrency/Waitfor.cc \
    24         Concurrency/Waitfor.h
    25 
    26 SRCDEMANGLE += $(SRC_CONCURRENCY)
    27 
Note: See TracChangeset for help on using the changeset viewer.