• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


File Info

Rev. 17fc422d2b04015056b234c44fe659e9c2b1f7af
Size 2,295 bytes
Time 2021-04-12 17:23:45
Author Keith Marshall
Log Message

Publish MinGW.org WSL-5.4.2 package set.

Content

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">

  <!-- File: mingw32-gendef.xml -->

  <package-collection subsystem="mingw32">
    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />

    <package name="mingw32-gendef" alias="gendef">
      <description lang="en" title="Generate .def files for DLLs" >
        <paragraph>gendef can extract information from DLLs to create
          corresponding .def files that list the symbols available in each DLL.
          .def files can then be used by dlltool (mingw32-binutils) to generate
          import libraries.  gendef is similar to pexports, but the two tools
          differ in how each determines the "decoration" (or calling convention)
          appropriate for each symbol, since that information is not always
          available directly from the DLL's symbol table.  gendef locates the
          symbol's code in the DLL, and uses a disassembler to determine that
          information.  pexports can use a C pre-processor to extract the
          information, provided you have the appropriate header files.  Neither
          method is foolproof, so both tools are provided.
        </paragraph>
        <paragraph>gendef was written by the MinGW64 team.  It can extract
          symbols from 32bit or 64bit EXEs or DLLs.  It can automatically detect
          stdcall, fastcall, and cdecl calling conventions and generate the
          correctly decorated function names, without requiring the header files
          or a C pre-processor.
        </paragraph>
      </description>

      <licence tarname="gendef-%-mingw32-%-lic.tar.%" />
      <source tarname="gendef-%-mingw32-%-src.tar.%" />

      <component class="bin">
        <release tarname="gendef-1.0.1346-1-mingw32-bin.tar.lzma" />
      </component>

      <component class="doc">
        <release tarname="gendef-1.0.1346-1-mingw32-doc.tar.lzma" />
      </component>

      <component class="lic">
        <release tarname="gendef-1.0.1346-1-mingw32-lic.tar.lzma" />
      </component>
    </package>

  </package-collection>
</software-distribution>
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->