Alexandre Julliard
79c852340c
makefiles: Generate rules for building the libwine import library.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-12 23:20:03 +09:00
Alexandre Julliard
fd88ff95a4
makefiles: Generate rules for installing libwine.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-12 23:20:02 +09:00
Alexandre Julliard
4c208c4664
makefiles: Generate rules for building libwine.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-12 23:20:02 +09:00
Austin English
b533632c03
bluetoothapis: Add stub dll.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-11 19:39:23 +09:00
Austin English
b871ebdc77
wmplayer: Add stub program.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 18:39:49 +09:00
Austin English
b6710c2a00
bthprops.cpl: Add stub dll.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 18:36:37 +09:00
Alexandre Julliard
b06ff1e55f
makefiles: Always build .in files.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 18:28:28 +09:00
Alexandre Julliard
a83da2d338
makefiles: Remove a no longer necessary library path.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-09 16:44:49 +09:00
Alexandre Julliard
7735bb5217
makefiles: Get rid of the documentation makefile.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-09 15:24:43 +09:00
Alexandre Julliard
1fa7710ff9
makefiles: Get rid of the DLLPREFIX variable.
...
Android libraries will be handled differently.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-09 12:12:58 +09:00
Alexandre Julliard
d9e9599310
makefiles: Only set the manpage flag for programs.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-09 11:55:59 +09:00
Francois Gouget
6274d97229
configure: The libtiff pkg-config name is libtiff-4.
...
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-06 16:24:17 +09:00
Alexandre Julliard
bfb5f26f10
configure: Fix the libpulse check for when the library exists but doesn't work.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-03 10:50:04 +09:00
Maarten Lankhorst
3fe0c08992
winepulse: Add initial stub for pulseaudio support.
...
Includes API compatibility patch by Juergen Tretthahn <orson@orson.at>.
Synchronous static data initialization by Andrew Eikum <aeikum@codeweavers.com>.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-03 00:33:27 +09:00
Francois Gouget
bc52901c73
configure: Fix the notices handling in WINE_PRINT_MESSAGES().
...
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-01 22:53:52 +09:00
Alexandre Julliard
cbaab82d08
Release 1.7.54.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-30 22:20:44 +09:00
Martin Storsjo
4e4f0f295b
vcruntime140: Add the new MSVC 2015 compiler specific DLL.
...
Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-30 15:09:35 +09:00
Alexandre Julliard
da340169d6
makefiles: Generate rules for installing programs.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-29 21:20:06 +09:00
Alexandre Julliard
a1515c68d4
makefiles: Automatically add RPATH support for programs that use libwine.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-28 20:45:19 +09:00
Alexandre Julliard
e619a15ac1
tools: Move winemaker to its own directory.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-28 20:45:18 +09:00
Gerald Pfeifer
c4dee537c9
configure: Use the -Wshift-overflow=2 compiler option if available.
...
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-28 00:58:12 +09:00
Andrew Eikum
f9860002f4
xaudio2_8: Add 3D audio function stubs.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-27 21:43:12 +09:00
Alexandre Julliard
7626728b56
makefiles: Generate rules for building tool binaries.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-27 14:47:27 +09:00
Alexandre Julliard
2207a8907c
makefiles: Move wine.desktop to the loader directory.
...
Also don't install it on Mac OS X or Android.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-26 23:03:39 +09:00
Alexandre Julliard
e0b1e8154d
makefiles: Avoid running config.status when not necessary.
...
If it doesn't contain substitutions, we can use Makefile.in directly.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-23 17:52:52 +09:00
Alexandre Julliard
ef557a8a8a
makefiles: Read variable definitions from the top makefile instead of using Make.vars.in.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-23 14:49:36 +09:00
Alexandre Julliard
ded44ed947
configure: Follow the variable naming convention for libpcap.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-22 20:25:37 +09:00
Michael Cronenworth
a35f9a13a8
winegcc: Check for linker relocation support before relying on prelink.
...
Prelink was used to rewrite binares and set their text segment, but
modern linkers support setting the value at link time. Prelink is
being retired by upstream.
Signed-off-by: Michael Cronenworth <mike@cchtml.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-22 16:57:06 +09:00
Stefan Leichter
c21575d701
wimgapi: Add new stub dll.
...
Signed-off-by: Stefan Leichter <Stefan.Leichter@camLine.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-21 21:20:04 +09:00
Józef Kucia
22c05cb59f
d3d10_1/tests: Port test_create_shader_resource_view() from d3d10core.
...
Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-21 01:04:33 +09:00
Alexandre Julliard
65d699eb5f
Release 1.7.53.
2015-10-16 23:02:06 +09:00
Austin English
fba70e71d6
fltmgr.sys: Add a stub driver.
...
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-12 22:09:55 +09:00
Daniel Lehman
66808858ac
vcomp120: Add vcomp120 stub dll.
...
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-09 14:01:57 +09:00
Nikolay Sivov
6fc2d3ce2e
wiaservc/tests: Basic test for device enumerator.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-08 13:07:52 +09:00
Andrew Eikum
4185cc7a94
xaudio2_0: Add compatibility implementation and forward to xaudio2_7.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-08 12:53:49 +09:00
Charles Davis
5252d19fba
configure: Try harder to disable Fortify.
...
Signed-off-by: Charles Davis <cdavis5x@gmail.com>
2015-10-07 21:28:56 +09:00
Andrew Eikum
b2b5a085b5
x3daudio: Forward older DLLs to x3daudio1_7.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
2015-10-07 13:27:22 +09:00
Henri Verbeet
e8b4d8e0d0
d2d1: Implement d2d_point_ccw() in a more robust way.
...
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
2015-10-07 13:01:07 +09:00
Andrew Eikum
01a5e00479
xapofx1_2: Forward to xapofx1_5.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
2015-10-06 17:21:01 +09:00
Andrew Eikum
24a371c9d6
xaudio2_1: Forward to xaudio2_7.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
2015-10-06 17:21:00 +09:00
Andrew Eikum
831095ed93
xaudio2_2: Add compatibility implementation and forward to xaudio2_7.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
2015-10-06 17:21:00 +09:00
Andrew Eikum
7d7b1176da
xaudio2_6: Forward to xaudio2_7.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
2015-10-06 00:01:56 +09:00
Andrew Eikum
c4f49ac965
xaudio2_5: Forward to xaudio2_7.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
2015-10-06 00:01:55 +09:00
Andrew Eikum
a7ae7b47e5
xaudio2_4: Forward to xaudio2_7.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
2015-10-06 00:01:55 +09:00
Andrew Eikum
11cb83cf94
xaudio2_3: Add compatibility implementation and forward to xaudio2_7.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
2015-10-06 00:01:55 +09:00
Alexandre Julliard
9bd963065b
Release 1.7.52.
2015-10-02 23:20:05 +09:00
Andrew Eikum
ed36314dd9
msdelta: Add stub DLL.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
2015-10-02 20:51:24 +09:00
Martin Storsjo
8578702e06
ucrtbase: Make the strtod implementation C99 compatible.
...
Add a test for ucrtbase that verifies these aspects of the C99
behaviour of strtod.
Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
2015-10-02 20:50:10 +09:00
Jacek Caban
205799d131
esen: Added stub DLL.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
2015-10-01 16:24:03 +09:00
YongHao Hu
a6dc6ac4ff
msvcp110: Add tr2_sys__Last_write_time implementation and test.
2015-10-01 00:03:44 +09:00