MinGW cross compiler base filesystem and environment
Go to file
Kalev Lember 9dad08a5b6 Define mingw_build_win32/win64 in system macros
So far each individual spec file has had to define mingw_build_win32
and/or mingw_build_win64 on top of each spec file:

%global mingw_build_win32 1
%global mingw_build_win64 1

This commit changes it so that the default is now defined in system-wide
macros and each individual package doesn't have to clutter their spec
files with these two lines. The default is to build both 32 bit and 64
bit packages; if spec files need to opt out, they can just define either
mingw_build_win32 or mingw_build_win64 to 0.
2012-03-17 16:30:12 +02:00
.gitignore dist-git conversion 2010-07-29 03:19:10 +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 Define mingw_build_win32/win64 in system macros 2012-03-17 16:30:12 +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 Setup of module mingw32-filesystem 2008-10-29 21:27:40 +00:00
standard-dlls Use a more complete list of Win32 default dlls 2012-02-05 20:32:21 +01: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