
Win32 files
-----------

dmd.exe		D compiler			http://www.digitalmars.com/d/2.0/dmd-windows.html
sc.ini		D compiler configuration file	http://www.digitalmars.com/d/2.0/dmd-windows.html#sc_ini
shell.exe	Test script runner		http://www.digitalmars.com/ctg/shell.html
rdmd.exe	Run D program as a script	http://www.digitalmars.com/d/2.0/rdmd.html
lib.exe		Librarian			http://www.digitalmars.com/ctg/lib.html
link.exe	Linker				http://www.digitalmars.com/ctg/optlink.html
make.exe	Make program			http://www.digitalmars.com/ctg/make.html
replace.exe	Find/replace text in file(s)

Win32 debugger
--------------
windbg.exe	Microsoft debugger		http://www.digitalmars.com/d/2.0/windbg.html
shcv.dll	For windbg.exe (symbol manipulator)
tlloc.dll	For windbg.exe (local transport layer for debugger)
dm.dll		For windbg.exe
emx86.dll	For windbg.exe
eecxxx86.dll	For windbg.exe (C++ expression evaluator)
mspdb41.dll	For windbg.exe (reads PDB debug info)
windbg.hlp	Help file for Microsoft debugger


