Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 0dabe20

Browse files
committed
Windows: header .di file generation duplicated code removed
1 parent 2428a74 commit 0dabe20

1 file changed

Lines changed: 2 additions & 20 deletions

File tree

mak/WINDOWS

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,8 @@ $(mak\IMPORTS)
55

66
import: $(IMPORTS)
77

8-
$(IMPDIR)\core\sync\barrier.di : src\core\sync\barrier.d
9-
$(DMD) -conf= -c -o- -Isrc -Iimport -Hf$@ $**
10-
11-
$(IMPDIR)\core\sync\condition.di : src\core\sync\condition.d
12-
$(DMD) -conf= -c -o- -Isrc -Iimport -Hf$@ $**
13-
14-
$(IMPDIR)\core\sync\config.di : src\core\sync\config.d
15-
$(DMD) -conf= -c -o- -Isrc -Iimport -Hf$@ $**
16-
17-
$(IMPDIR)\core\sync\exception.di : src\core\sync\exception.d
18-
$(DMD) -conf= -c -o- -Isrc -Iimport -Hf$@ $**
19-
20-
$(IMPDIR)\core\sync\mutex.di : src\core\sync\mutex.d
21-
$(DMD) -conf= -c -o- -Isrc -Iimport -Hf$@ $**
22-
23-
$(IMPDIR)\core\sync\rwmutex.di : src\core\sync\rwmutex.d
24-
$(DMD) -conf= -c -o- -Isrc -Iimport -Hf$@ $**
25-
26-
$(IMPDIR)\core\sync\semaphore.di : src\core\sync\semaphore.d
27-
$(DMD) -conf= -c -o- -Isrc -Iimport -Hf$@ $**
8+
$(IMPDIR)/core/sync/%.di : src\core\sync\%.d $(DMD)
9+
$(DMD) -conf= -c -o- -Isrc -Iimport -Hf$@ $<
2810

2911

3012
######################## Header .di file copy ##############################

0 commit comments

Comments
 (0)