Skip to content

Commit

Permalink
Fix Issue 17480 - Update file contents of the release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jul 4, 2017
1 parent d27a81f commit 4848d71
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 22 deletions.
138 changes: 119 additions & 19 deletions dcompiler.dd
Original file line number Diff line number Diff line change
Expand Up @@ -71,91 +71,184 @@ $(H2 $(LNAME2 files, Files))
$(DD Sample D programs)
)
$(WINDOWS

$(DT $(D $(DMDDIR)\windows\bin\ddemangle.exe)
$(DD D symbol demangler)
)

$(DT $(D $(DMDDIR)\windows\bin\dman.exe)
$(DD D manual lookup tool)
)

$(DT $(D $(DMDDIR)\windows\bin\dmd.exe)
$(DD D compiler executable)
)

$(DT $(D $(DMDDIR)\windows\bin\$(DUB))
$(DD D's package manager)
)

$(DT $(D $(DMDDIR)\windows\bin\$(DUSTMITE))
$(DD D source code minimizer)
)

$(DT $(D $(DMDDIR)\windows\bin\$(LINK2 http://www.digitalmars.com/ctg/optlink.html, link.exe))
$(DD OPTLINK)
)

$(DT $(D $(DMDDIR)\windows\bin\$(LINK2 http://www.digitalmars.com/ctg/make.html, make.exe))
$(DD Digitalmars Make)
)

$(DT $(D $(DMDDIR)\windows\bin\replace.exe)
$(DD Find/replace text in files)
)

$(DT $(D $(DMDDIR)\windows\bin\$(RDMD))
$(DD D build tool for script-like D code execution)
)

$(DT $(D $(DMDDIR)\windows\bin\$(SC_INI))
$(DD Global compiler settings)
)

$(DT $(D $(DMDDIR)\windows\bin\$(LINK2 http://www.digitalmars.com/ctg/shell.html, shell.exe))
$(DD Simple command line shell)
)

$(DT $(D $(DMDDIR)\windows\bin\sc.ini)
$(DD Global compiler settings)
$(DT $(D $(DMDDIR)\windows\bin\$(LINK2 http://www.digitalmars.com/d/2.0/windbg.html, windbg.exe))
$(DD Microsoft debugger)
)

$(DT $(D $(DMDDIR)\windows\lib\$(LIB))
$(DD D runtime library)
)
)
$(LINUX
$(DT $(D $(DMDDIR)/linux/bin/ddemangle)
$(DD D symbol demangler)
)

$(DT $(D $(DMDDIR)/linux/bin/dman)
$(DD D manual lookup tool)
)

$(DT $(D $(DMDDIR)/linux/bin/dmd)
$(DD D compiler executable)
)

$(DT $(D $(DMDDIR)/linux/bin/$(DMD_CONF))
$(DD Global compiler settings (copy to $(D /etc/dmd.conf)))
)

$(DT $(D $(DMDDIR)/linux/bin/$(DUB))
$(DD D's package manager)
)

$(DT $(D $(DMDDIR)/linux/bin/$(DUMPOBJ))
$(DD Elf file dumper)
$(DD ELF file dumper)
)

$(DT $(D $(DMDDIR)/linux/bin/$(OBJ2ASM))
$(DD Elf file disassembler)
$(DT $(D $(DMDDIR)/linux/bin/$(DUSTMITE))
$(DD D source code minimizer)
)

$(DT $(D $(DMDDIR)/linux/bin/$(SHELL))
$(DD Simple command line shell)
$(DT $(D $(DMDDIR)/linux/bin/$(OBJ2ASM))
$(DD ELF file disassembler)
)

$(DT $(D $(DMDDIR)/linux/bin/$(DMD_CONF))
$(DD Global compiler settings (copy to $(D /etc/dmd.conf)))
$(DT $(D $(DMDDIR)/linux/bin/$(RDMD))
$(DD D build tool for script-like D code execution)
)

$(DT $(D $(DMDDIR)/linux/lib/$(LIB))
$(DD D runtime library (copy to $(D /usr/lib/$(LIB))))
)
)
$(FREEBSD
$(DT $(D $(DMDDIR)/freesd/bin/ddemangle)
$(DD D symbol demangler)
)

$(DT $(D $(DMDDIR)/freebsd/bin/dman)
$(DD D manual lookup tool)
)

$(DT $(D $(DMDDIR)/freebsd/bin/dmd)
$(DD D compiler executable)
)

$(DT $(D $(DMDDIR)/freebsd/bin/$(DMD_CONF))
$(DD Global compiler settings (copy to $(D /etc/dmd.conf)))
)

$(DT $(D $(DMDDIR)/freebsd/bin/$(DUB))
$(DD D's package manager)
)

$(DT $(D $(DMDDIR)/freebsd/bin/$(DUMPOBJ))
$(DD Elf file dumper)
$(DD ELF file dumper)
)

$(DT $(D $(DMDDIR)/freebsd/bin/$(DUSTMITE))
$(DD D source code minimizer)
)

$(DT $(D $(DMDDIR)/freebsd/bin/$(OBJ2ASM))
$(DD Elf file disassembler)
$(DD ELF file disassembler)
)

$(DT $(D $(DMDDIR)/freebsd/bin/$(SHELL))
$(DD Simple command line shell)
$(DT $(D $(DMDDIR)/freebsd/bin/$(RDMD))
$(DD D build tool for script-like D code execution)
)

$(DT $(D $(DMDDIR)/freebsd/bin/$(DMD_CONF))
$(DD Global compiler settings (copy to $(D /etc/dmd.conf)))
$(DT $(D $(DMDDIR)/freebsd/bin/$(SHELL))
$(DD Simple command line shell)
)

$(DT $(D $(DMDDIR)/freebsd/lib/$(LIB))
$(DD D runtime library (copy to $(D /usr/lib/$(LIB))))
)
)
$(OSX
$(DT $(D $(DMDDIR)/osx/bin/ddemangle)
$(DD D symbol demangler)
)

$(DT $(D $(DMDDIR)/osx/bin/dman)
$(DD D manual lookup tool)
)

$(DT $(D $(DMDDIR)/osx/bin/dmd)
$(DD D compiler executable)
)

$(DT $(D $(DMDDIR)/osx/bin/$(DMD_CONF))
$(DD Global compiler settings (copy to $(D /etc/dmd.conf)))
)

$(DT $(D $(DMDDIR)/osx/bin/$(DUB))
$(DD D's package manager)
)

$(DT $(D $(DMDDIR)/osx/bin/$(DUMPOBJ))
$(DD Mach-O file dumper)
)

$(DT $(D $(DMDDIR)/osx/bin/$(DUSTMITE))
$(DD D source code minimizer)
)

$(DT $(D $(DMDDIR)/osx/bin/$(OBJ2ASM))
$(DD Mach-O file disassembler)
)

$(DT $(D $(DMDDIR)/osx/bin/$(SHELL))
$(DD Simple command line shell)
$(DT $(D $(DMDDIR)/osx/bin/$(RDMD))
$(DD D build tool for script-like D code execution)
)

$(DT $(D $(DMDDIR)/osx/bin/$(DMD_CONF))
$(DD Global compiler settings (copy to $(D /etc/dmd.conf)))
$(DT $(D $(DMDDIR)/osx/bin/$(SHELL))
$(DD Simple command line shell)
)

$(DT $(D $(DMDDIR)/osx/lib/$(LIB))
Expand Down Expand Up @@ -1207,10 +1300,17 @@ Macros:
BODYCLASS=std dcompiler
LIB=$(WINDOWS phobos.lib)$(UNIX libphobos2.a)
DMD_CONF=$(RELATIVE_LINK2 dmd-conf, dmd.conf)
SC_INI=$(RELATIVE_LINK2 sc-ini, $(DMDDIR)\windows\bin\sc.ini)
SWNAME=$(LNAME2 switch$1, $(B $1))
SWLINK=$(LINK2 #switch$1, $(B $1))
SWITCH=$(DT $1)$(DD $+)
DMC=$(LINK2 http://www.digitalmars.com/ctg/sc.html, dmc)
LIB=$(LINK2 http://www.digitalmars.com/ctg/lib.html, lib)
OPTLINK=$(LINK2 http://www.digitalmars.com/ctg/optlink.html, link.exe)
DUB=$(LINK2 https://github.com/dlang/dub, dub$(BINEXT))
RDMD=$(LINK2 $(ROOT_DIR)rdmd.html, rdmd$(BINEXT))
DUSTMITE=$(LINK2 https://github.com/CyberShadow/DustMite, dustmite$(BINEXT))
OBJ2ASM=$(HTTP digitalmars.com/ctg/obj2asm.html, obj2asm$(BINEXT))
DUMPOBJ=$(HTTP digitalmars.com/ctg/dumpobj.html, dumpobj$(BINEXT))
SHELL=$(HTTP digitalmars.com/ctg/shell.html, shell)
SUBNAV=$(SUBNAV_CLI_REFERENCE)
3 changes: 0 additions & 3 deletions doc.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ LAYOUT=$3
_=

SFINAE=$(GLOSSARY2 sfinae, $(ACRONYM SFINAE, Substitution Failure Is Not An Error))
OBJ2ASM=$(HTTP digitalmars.com/ctg/obj2asm.html, obj2asm)
DUMPOBJ=$(HTTP digitalmars.com/ctg/dumpobj.html, dumpobj)
SHELL=$(HTTP digitalmars.com/ctg/shell.html, shell)
_=

AMAZONLINK= $(HTTP amazon.com/exec/obidos/ASIN/$1/classicempire, $+)
Expand Down
1 change: 1 addition & 0 deletions freebsd.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ UNIX=$0
SEP=/
OBJEXT=o
LIBEXT=a
BINEXT=
DMDDIR=dmd2
_=
1 change: 1 addition & 0 deletions linux.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ UNIX=$0
SEP=/
OBJEXT=o
LIBEXT=a
BINEXT=
DMDDIR=dmd2
_=
1 change: 1 addition & 0 deletions osx.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ UNIX=$0
SEP=/
OBJEXT=o
LIBEXT=a
BINEXT=
DMDDIR=dmd2
_=
1 change: 1 addition & 0 deletions windows.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ UNIX=
SEP=\
OBJEXT=obj
LIBEXT=lib
BINEXT=.exe
DMDDIR=\dmd2
_=

0 comments on commit 4848d71

Please sign in to comment.