MinGW cross compiler base filesystem and environment
Go to file
Kalev Lember e66c6cc210 Generate the DLL name provides from mingw-crt import libraries
The virtual mingw32(...) and mingw64(...) provides used to be generated
from the names of WINE DLLs. This changes it to generate the list from
mingw-crt import libs instead. The advantage with the new approach is
that we can be sure that the virtual provides match with the actual DLL
names we can end up linking with: we'll be linking with the same stubs
from mingw-crt package that are used for the virtual provides list.
2012-03-17 17:42:55 +02:00
.gitignore Initial setup of the repo 2011-05-10 15:14:36 +00:00
COPYING Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
macros.mingw Define mingw_build_win32/win64 in system macros 2012-03-17 16:30:12 +02:00
macros.mingw32 Add missing %mingw32_debug_install_post 2012-03-06 20:17:38 +02:00
macros.mingw64 Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw32.attr Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw32.sh Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw64.attr Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw64.sh Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw-filesystem.spec Generate the DLL name provides from mingw-crt import libraries 2012-03-17 17:42:55 +02:00
mingw-find-debuginfo.sh Fix warnings during debuginfo generation 2012-03-16 23:03:26 +02:00
mingw-find-lang.sh Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw-find-provides.sh Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw-find-requires.sh Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw-rpmlint.config Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw-scripts.sh Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
sources Initial setup of the repo 2011-05-10 15:14:36 +00:00
standard-dlls-mingw32 Generate the DLL name provides from mingw-crt import libraries 2012-03-17 17:42:55 +02:00
standard-dlls-mingw64 Generate the DLL name provides from mingw-crt import libraries 2012-03-17 17:42:55 +02:00
Toolchain-mingw32.cmake Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
Toolchain-mingw64.cmake Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00