Changes in src/Concurrency/module.mk [2cf3b87:5339a87]
- File:
-
- 1 edited
-
src/Concurrency/module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/module.mk
r2cf3b87 r5339a87 15 15 ############################################################################### 16 16 17 SRC_CONCURRENCY = \ 18 Concurrency/KeywordsNew.cpp \ 19 Concurrency/Keywords.cc 17 SRC += Concurrency/Keywords.cc Concurrency/Keywords.h Concurrency/Waitfor.cc Concurrency/Waitfor.h 18 SRCDEMANGLE += Concurrency/Keywords.cc 20 19 21 SRC += $(SRC_CONCURRENCY) \22 Concurrency/Keywords.h \23 Concurrency/Waitfor.cc \24 Concurrency/Waitfor.h25 26 SRCDEMANGLE += $(SRC_CONCURRENCY)27
Note:
See TracChangeset
for help on using the changeset viewer.