Skip to content

Commit

Permalink
Add ddemangle to win32.mak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abscissa committed Aug 19, 2013
1 parent a3c5a4a commit a8158ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions win32.mak
Expand Up @@ -38,6 +38,7 @@ ROOT = $(ROOT_OF_THEM_ALL)\windows\32
TARGETS= $(ROOT)\dman.exe \
$(ROOT)\findtags.exe \
$(ROOT)\rdmd.exe \
$(ROOT)\ddemangle.exe \
$(ROOT)\changed.exe \
$(ROOT)\dustmite.exe

Expand Down Expand Up @@ -67,6 +68,7 @@ targets : $(TARGETS)
dman: $(ROOT)\dman.exe
findtags: $(ROOT)\findtags.exe
rdmd: $(ROOT)\rdmd.exe
ddemangle: $(ROOT)\ddemangle.exe
changed: $(ROOT)\changed.exe
dustmite: $(ROOT)\dustmite.exe

Expand Down Expand Up @@ -129,6 +131,9 @@ $(ROOT)\dman.exe : dman.d $(TAGS)
$(ROOT)\rdmd.exe : rdmd.d
$(DMD) $(DFLAGS) -of$@ rdmd.d advapi32.lib

$(ROOT)\ddemangle.exe : ddemangle.d
$(DMD) $(DFLAGS) -of$@ ddemangle.d

$(ROOT)\dustmite.exe : DustMite/dustmite.d DustMite/dsplit.d
$(DMD) $(DFLAGS) -of$@ DustMite/dustmite.d DustMite/dsplit.d

Expand Down

0 comments on commit a8158ab

Please sign in to comment.