Skip to content

Commit

Permalink
Merge pull request #84 from srz-zumix/feature/remove_gdmd
Browse files Browse the repository at this point in the history
remove gdmd
  • Loading branch information
srz-zumix authored Jan 13, 2022
2 parents 0a4f03f + b020c68 commit 1b8779e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ Import modules required for compilation are automatically added to the file list

* wandbox-dmd
(wandbox -l D -c dmd-*)
* wandbox-gdmd
(wandbox -l D -c gdc-*)
* wandbox-ldmd2
(wandbox -l D -c ldc-*)
* wandbox-dub
Expand Down
2 changes: 1 addition & 1 deletion samples/command/src/dmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local:

wandbox:
make -C . local --no-print-directory DMD="wandbox-dmd run"
make -C . local --no-print-directory DMD="wandbox-gdmd run"
# make -C . local --no-print-directory DMD="wandbox-gdmd run"
make -C . local --no-print-directory DMD="wandbox-ldmd2 run"

clean:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'wandbox-crystal = wandbox.__crystal__:main',
'wandbox-cs = wandbox.__csharp__:main',
'wandbox-dmd = wandbox.__dmd__:dmd',
'wandbox-gdmd = wandbox.__dmd__:gdmd',
# 'wandbox-gdmd = wandbox.__dmd__:gdmd',
'wandbox-ldmd2 = wandbox.__dmd__:ldmd2',
'wandbox-dub = wandbox.__dub__:main',
'wandbox-elixir = wandbox.__elixir__:main',
Expand Down

0 comments on commit 1b8779e

Please sign in to comment.