Alexandre Julliard
ffdbc65a1c
Release 1.2-rc4.
2010-06-18 19:36:58 +02:00
Marcus Meissner
b3f0425580
atl: Also handle struct sizes for 64bit.
2010-06-15 20:10:00 +02:00
Alexandre Julliard
6517462ac0
Release 1.2-rc3.
2010-06-11 19:40:31 +02:00
Alexandre Julliard
271f5fbd97
configure: Remove some dead code.
2010-05-28 20:32:47 +02:00
Alexandre Julliard
64da36b61a
Release 1.2-rc2.
2010-05-28 19:39:36 +02:00
Kristofer Henriksson
c58eff621d
winemp3.acm: Fix the Mac-specific code.
...
The previous code does not function on Snow Leopard, and does not conform
to Apple's documentation. This fix should function on all versions of OS X
later than 10.2.
2010-05-28 16:22:25 +02:00
Andrew Nguyen
2eda9c72cd
configure: Don't enable maintainer mode if it is explicitly not requested.
2010-05-26 10:11:12 +02:00
Austin English
40b3d2ed13
ntdll: Add %gs support for FreeBSD.
2010-05-24 11:32:40 +02:00
Alexandre Julliard
bd3110d8ab
configure: Disable makefile auto-updating on BSD make, it's broken for parallel builds.
2010-05-23 10:34:36 +02:00
Alexandre Julliard
764d4c2a1c
configure: BSD make doesn't treat .PHONY as a proper target, so it needs its own dependencies.
2010-05-23 09:54:48 +02:00
Alexandre Julliard
821cd38e17
Release 1.2-rc1.
2010-05-21 21:30:30 +02:00
Louis Lenders
1ae673f8de
samlib: Add stubbed samlib.dll.
2010-05-20 12:43:19 +02:00
Joel Holdsworth
b9eae1ef8e
configure: Added a check for ImageMagick v6.6 or newer in maintainer mode.
2010-05-17 12:42:32 +02:00
Joel Holdsworth
9571f781fb
configure: Fix for icotool version checking regex.
2010-05-17 12:42:32 +02:00
Alexandre Julliard
f3831cf2cb
configure: Rename the 64-bit loader to wine64 and keep wine always for the 32-bit loader.
...
This provides better backwards compatibility when running with a
32-bit prefix.
2010-05-17 12:42:30 +02:00
Alexandre Julliard
91431e0859
Release 1.1.44.
2010-05-07 20:20:29 +02:00
Alexandre Julliard
321d3883bf
configure: Create a symlink from l_intl.nls in the build tree, and install it.
2010-05-06 20:54:33 +02:00
Hans Leidekker
544da28e53
programs: Add a stubbed sc.exe.
...
This is a command line tool used to create and configure services.
It's included in XP and used by the Akamai client installer.
2010-05-03 14:02:14 +02:00
Detlef Riekenberg
1434ef4e74
msvcr100: Add VS2010 C/C++ runtime library with forwards to msvcrt.
2010-05-03 13:56:17 +02:00
Alexandre Julliard
d80627362d
configure: Don't warn about libhal if we can use an alternative.
2010-04-26 06:57:49 -05:00
Alexandre Julliard
b32653235a
configure: Default to /lib64 as libdir for 64-bit builds, and use plain /lib for 32-bit builds.
2010-04-21 12:30:00 +02:00
Alexandre Julliard
780981bc7a
Release 1.1.43.
2010-04-16 19:53:23 +02:00
Alexandre Julliard
980b688fd8
configure: Don't disable 32-bit programs on Wow64 to support a future 32-bit compatibility mode.
2010-04-15 22:52:36 +02:00
Alexandre Julliard
6c14238728
configure: Pass the -fasynchronous-unwind-tables flag to winegcc when supported.
2010-04-11 12:49:15 +02:00
Alexandre Julliard
fbc8ac470f
configure: Don't disable includes for the Wow64 build.
2010-04-07 22:54:51 +02:00
Joel Holdsworth
476a2bee64
configure: Maintainer mode requires imagemagick.
2010-04-06 13:10:40 +02:00
Joel Holdsworth
425f138402
configure: Maintainer mode requires icotool v0.29.0 or newer.
2010-04-06 13:09:49 +02:00
Maarten Lankhorst
d435499fbc
configure: Change openal detection.
2010-04-05 16:50:20 +02:00
Vincent Povirk
4d3e6f4c7f
ngen.exe: Add stubbed command.
2010-04-05 11:37:05 +02:00
Alexandre Julliard
bb5f5c26ad
Release 1.1.42.
2010-04-02 19:43:45 +02:00
Alexandre Julliard
2f375cc6ea
configure: Don't build rpcss or winemenubuilder for Wow64.
2010-03-31 16:12:27 +02:00
Alexandre Julliard
e5c585e4a4
configure: Create a few symlinks needed for running in Wow64 mode inside the build tree.
2010-03-29 17:54:55 +02:00
Alexandre Julliard
0ef63e16d6
makefiles: Don't create font symlinks when fonts are disabled.
2010-03-27 11:44:13 +01:00
Alexandre Julliard
718ea42fe4
makefiles: Move wineapploader to the tools directory and get rid of the programs makefile.
2010-03-27 11:42:30 +01:00
Alexandre Julliard
2fb302188d
makefiles: Install bindir programs from the top-level makefile.
2010-03-27 11:42:30 +01:00
Alexandre Julliard
39b4ba214b
makefiles: Bypass the normal substitution mechanism for the makefile dependencies.
...
This avoids performance problems with large substitutions.
2010-03-26 08:52:14 +01:00
Alexandre Julliard
abfb11e1cc
makefiles: Add shell functions to generate dependencies for symlinks and rule files.
2010-03-26 08:38:44 +01:00
Alexandre Julliard
3cc14dc3fb
makefiles: Output the top-level clean rules explicitly for each module.
2010-03-26 08:37:55 +01:00
Alexandre Julliard
18e5313cd9
makefiles: Output the top-level depend rules explicitly for each module.
2010-03-25 22:01:31 +01:00
Alexandre Julliard
943cd739b2
makefiles: Add a helper function for rules that are common to all directories.
2010-03-25 22:01:31 +01:00
Alexandre Julliard
6c90aeaef5
makefiles: Output the top-level build rules explicitly for each module.
2010-03-25 22:01:29 +01:00
Alexandre Julliard
e84063bff3
makefiles: Output the top-level installation rules explicitly for each module.
2010-03-25 22:00:53 +01:00
Alexandre Julliard
eab7efd179
makefiles: Fix test rules to allow parallel makes again.
2010-03-25 22:00:33 +01:00
Piotr Caban
c452249e00
msvcr90: Implement _encode_pointer and _decode_pointer.
2010-03-25 16:36:56 +01:00
Alexandre Julliard
60a05ad2d9
makefiles: Output all the documentation rules explicitly for each module.
2010-03-25 12:05:44 +01:00
Alexandre Julliard
6dbe7a0388
makefiles: Output all the tool install rules explicitly for each module.
2010-03-25 11:51:24 +01:00
Alexandre Julliard
82b743ffad
makefiles: Output all the dll install rules explicitly for each module.
2010-03-25 11:15:32 +01:00
Alexandre Julliard
c2c3c21078
makefiles: Output all the static library rules explicitly for each module.
2010-03-25 11:13:07 +01:00
Alexandre Julliard
d7b387d376
makefiles: Output all the program rules explicitly for each module.
2010-03-25 11:11:34 +01:00
Alexandre Julliard
44cff7e9ec
makefiles: Output all the test rules explicitly for each module.
2010-03-25 11:06:37 +01:00