Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/module.mk

    r9939dc3 r2cf3b87  
    1010## Author           : Thierry Delisle
    1111## Created On       : Mon Mar 13 12:48:40 2017
    12 ## Last Modified By : Andrew Beach
    13 ## Last Modified On : Tue May 17 13:28:00 2022
    14 ## Update Count     : 1
     12## Last Modified By :
     13## Last Modified On :
     14## Update Count     : 0
    1515###############################################################################
    1616
    17 SRC += \
     17SRC_CONCURRENCY = \
    1818        Concurrency/KeywordsNew.cpp \
    19         Concurrency/Keywords.cc \
     19        Concurrency/Keywords.cc
     20
     21SRC += $(SRC_CONCURRENCY) \
    2022        Concurrency/Keywords.h \
    2123        Concurrency/Waitfor.cc \
    2224        Concurrency/Waitfor.h
     25
     26SRCDEMANGLE += $(SRC_CONCURRENCY)
     27
Note: See TracChangeset for help on using the changeset viewer.