is used to create the files necessary for dynamic link libraries (DLLs) on Windows. It scans object files or definition ( ) files to build: Export Tables:
), which identifies which functions in a DLL are available to other programs. Delayed Loading dlltoolexe
Now use dlltool to convert that .def file into a .a library. is used to create the files necessary for