Alexandre Julliard
|
5adfd065bb
|
winegcc: Avoid including Windows headers in the Mingw unicode stub.
|
2011-10-26 17:38:19 +02:00 |
Charles Davis
|
486783626f
|
winegcc: On Mac OS, turn -s into -Wl,-x.
|
2011-10-06 12:24:05 -05:00 |
Bernhard Loos
|
de68bc3bf4
|
winegcc: Support a trailing / in paths to winebuild.
|
2011-08-23 16:53:51 +02:00 |
Frédéric Delanoy
|
701aabb141
|
tools: Assorted spelling fixes.
|
2011-07-29 12:09:12 +02:00 |
Alexandre Julliard
|
49c31e3bf8
|
makefiles: Use the generic install flags for the tools directories.
|
2011-06-12 12:47:48 +02:00 |
André Hentschel
|
bddc08db75
|
winegcc: Forward -mcpu to winebuild.
|
2011-04-28 12:11:25 +02:00 |
André Hentschel
|
40cecfc20d
|
winegcc: Remove Alpha support.
|
2011-04-20 13:10:54 +02:00 |
Eric Pouech
|
a5cbdcb8bb
|
winegcc: Check that option argument is within command line parameters.
|
2011-03-28 17:24:56 +02:00 |
Eric Pouech
|
34acd88a2e
|
winegcc: Correctly manage the -V option (gcc expects to be among the first ones, with -b).
|
2011-03-16 14:14:22 +01:00 |
Alexandre Julliard
|
15ccabc9a8
|
makefiles: Add common rules for installing the main man page.
|
2010-12-05 16:17:58 +01:00 |
Austin English
|
50e2f2f10c
|
winegcc: Symlink winegcc manpage to winecpp.
|
2010-11-26 12:14:18 +01:00 |
Alexandre Julliard
|
62f9966fdc
|
winegcc: Fix the lib dir detection.
Spotted by André Hentschel.
|
2010-10-28 11:45:05 +02:00 |
Alexandre Julliard
|
81b1c3ed60
|
winegcc: Detect the appropriate lib directory for 32/64 cross-builds.
|
2010-10-25 20:42:00 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
ff090a3468
|
winegcc: Add a printf format attribute to the strmake() function.
|
2010-08-02 12:55:19 +02:00 |
Alexandre Julliard
|
f195c1eb5a
|
winegcc: Don't import winecrt0 by default when building with -nodefaultlibs.
|
2010-07-26 12:46:00 +02:00 |
Alexandre Julliard
|
9f34a57743
|
winegcc: Import kernel32 and ntdll by default also when building Wine.
They are needed to resolve symbols in winecrt0 which is always imported.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
121a7f7840
|
winegcc: Don't pass -nodefaultlibs to the Unix compiler so that it can be used by Wine.
|
2010-07-21 17:10:10 +02:00 |
Alexandre Julliard
|
0c7b27aa14
|
winegcc: Add support for a -m16 option to specify a 16-bit build.
|
2010-07-21 13:24:01 +02:00 |
Peter Davies
|
1b23130d74
|
winegcc: Enable the use of gcov and PGO.
|
2010-06-21 11:47:51 +02:00 |
André Hentschel
|
7d7562d739
|
winegcc: Add detection for --param options.
|
2010-06-16 11:44:49 +02:00 |
Alexandre Julliard
|
5f7bbb2ab2
|
winegcc: Load the Unicode argv dynamically from the generated stub.
|
2010-06-15 19:58:15 +02:00 |
Alexandre Julliard
|
ba9ec152e1
|
winegcc: Add explicit support for the Cygwin platform.
On Cygwin we want to use Wine's msvcrt, unlike on Mingw.
|
2010-06-14 19:27:41 +02:00 |
André Hentschel
|
b723530be0
|
winegcc: Add support for amd64-mingw32msvc platform.
|
2010-05-25 12:03:01 +02:00 |
Kirill Smelkov
|
b25cd21df2
|
winegcc: Do use DSO full name for .so arguments.
|
2010-04-26 11:38:13 -05:00 |
Kirill Smelkov
|
0b4fe5e56a
|
winebuild/winegcc: Allow building .dll.so without .spec file.
|
2010-04-26 11:38:06 -05:00 |
Eric Pouech
|
22da105b4d
|
winegcc: When specifying -m32, force i386 cpu when compiling on x86_64 boxes.
|
2010-04-20 11:16:29 +02:00 |
Eric Pouech
|
d4dfcc1f32
|
winegcc: On x86-64, don't define twice the fastcall macros.
|
2010-04-20 11:15:48 +02:00 |
Alexandre Julliard
|
5288196f78
|
winegcc: Add support for the -fasynchronous-unwind-tables option.
|
2010-04-11 12:49:15 +02:00 |
André Hentschel
|
6c8af38638
|
winegcc: Make condition easier to read and look like the statement after the block.
|
2010-03-24 21:53:05 +01:00 |
Alexandre Julliard
|
561a3e643e
|
winegcc: Force importing msvcrt when using the Unicode hack for a Windows build.
Based on a patch by Alexandre Goujon.
|
2010-03-19 13:59:54 +01:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
André Hentschel
|
115b50cc23
|
winegcc: Update comments.
|
2010-01-25 12:45:00 +01:00 |
Alexandre Julliard
|
07af19f3ab
|
winegcc: Add support for specifying a custom static library suffix.
|
2010-01-23 20:25:20 +01:00 |
Juan Lang
|
3e30306bb3
|
winegcc: Examine each argument of compile command rather than only the first.
|
2009-10-12 12:13:20 +02:00 |
André Hentschel
|
e0dac25ba3
|
winegcc: Add ARM support.
|
2009-09-24 13:30:04 +02:00 |
Alexandre Julliard
|
1aea4efd79
|
tools: Take into account the executable extension when looking for tools in the path.
|
2009-08-27 13:35:50 +02:00 |
Dylan Smith
|
ba38f219d0
|
tools: Detect windows platform with _WIN32 instead of _WINDOWS.
|
2009-08-24 15:17:34 +02:00 |
Alexandre Julliard
|
2de0c16363
|
winegcc: Add support for building fake modules.
|
2009-08-18 11:26:43 +02:00 |
Alexandre Julliard
|
56a92c25b6
|
winegcc: Pass all option flags to winebuild before non-options filenames.
|
2009-06-29 13:13:25 +02:00 |
Alexandre Julliard
|
7b08604778
|
winegcc: Add support for the -Wl,--large-address-aware option.
|
2009-06-17 17:23:20 +02:00 |
Marcus Meissner
|
18738cf89d
|
winegcc: Free two new strlists (Coverity).
|
2009-06-05 15:19:57 +02:00 |
Alexandre Julliard
|
22fef33352
|
winegcc: Create a stub main to work around the lack of Unicode support in Mingw.
|
2009-06-05 15:19:57 +02:00 |
Alexandre Julliard
|
284438dc71
|
winegcc: Link against winecrt0 for the Mingw build too.
|
2009-06-05 15:19:57 +02:00 |
Alexandre Julliard
|
9e96918cf7
|
winegcc: Transparently compile resource files for the Windows build.
|
2009-06-02 14:25:16 +02:00 |
Alexandre Julliard
|
6f74b45a81
|
winegcc: Add support for building PE executables using Mingw.
|
2009-06-01 16:15:53 +02:00 |
Alexandre Julliard
|
bcc1379bda
|
winegcc: Add support for the --sysroot option to allow out-of-tree cross-compiling.
|
2009-05-30 15:20:14 +02:00 |
Alexandre Julliard
|
b09418b5d2
|
winegcc: Don't pass the as/ld/nm tool names to winebuild.
|
2009-05-30 13:03:20 +02:00 |
Ken Thomases
|
81d1d8e355
|
winegcc: Recognize '-arch <arch>' as a compiler and linker option.
The dev tools on Mac OS X takes this option to dictate the output architecture.
(Gcc still accepts -m32 and -m64, as well, but "ld" and "as" do not.)
|
2009-05-04 12:51:34 +02:00 |
Austin English
|
0aebd4f300
|
winegcc: Fix a compiler warning on PC-BSD.
|
2009-03-24 13:54:09 +01:00 |