mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
.. | ||
.gitignore | ||
glu32.def | ||
Makefile | ||
odbc32.def | ||
opengl32.def | ||
README.md | ||
rpcrt4.def | ||
shell32.def | ||
version.def | ||
wininet.def | ||
winspool.def |
Module-Definition (.Def) Files
The local Makefile uses these files to generate import libraries for the 32-bit Windows OMF toolchain (-m32omf
).
These import libraries are bundled with the DMD Windows packages, so this is used by https://github.com/dlang/installer.