The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| w32api-4.0.1-1-mingw32-src.tar.lzma | 2013-09-14 | 1.3 MB | |
| w32api-4.0.1-1-mingw32-doc.tar.lzma | 2013-09-14 | 115.4 kB | |
| w32api-4.0.1-1-mingw32-lic.tar.lzma | 2013-09-14 | 7.6 kB | |
| w32api-4.0.1-1-mingw32-dev.tar.lzma | 2013-09-14 | 2.3 MB | |
| w32api-4.0.1-1-mingw32-bld.tar.lzma | 2013-09-14 | 1.4 MB | |
| README.w32api-4.0.1-1-mingw32 | 2013-09-14 | 1.5 kB | |
| Totals: 6 Items | 5.1 MB | 0 | |
mingw w32api
==============================================================================
This distribution is created from pristine source without patches.
Canonical homepage: http://mingw.org/
Canonical download: http://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/w32api-4.0.1/w32api-4.0.1-1-mingw32-bld.tar.lzma
License: Mixed - Primarily MIT style license.
GPL for the profiling code in misc/gpl directory.
Language: C
Build requirements:
MinGW gcc runtime environment
MSYS shell environment and msys-xz
Build instructions:
cd working-directory
mingw-get source mingw32-w32api
cd w32api-4.0.1-1-mingw32
make clean package
# See the output of make usage for a detailed list of targets
# You can edit package.ini to modify the configuration items or to increment
# the MPKGRLS value (the -1- after the mingw32).
When the job completes the release files will be generated in the rls/ directory
of the working directory.
README.w32api-4.0.1-1-mingw32
w32api-4.0.1-1-mingw32-bld.tar.lzma
w32api-4.0.1-1-mingw32-dev.tar.lzma
w32api-4.0.1-1-mingw32-doc.tar.lzma
w32api-4.0.1-1-mingw32-lic.tar.lzma
w32api-4.0.1-1-mingw32-src.tar.lzma
Differences between 4.0.0 and 4.0.1:
The libwinspool.a file contained the incorrect shared library name and was
corrected to contain winspool.drv instead of winspool.dll.
Test results:
This package has no organized testing. But individual unit testing proves
good. This package was used to build GCC-2.8.1 release for MinGW.