Patrik Stridvall
385dc18cea
Added ability to call winapi_check from the Makefiles.
1999-09-29 10:24:19 +00:00
Peter Hunnisett
22b861c1be
- Moved dplay and dplayx to a proper home in the dlls directory.
...
- Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
- Implemented a class factory for dplay and dplobby. COM interfaces
now work for dp and dpl.
- Added a few more entries to dplayx.spec files. How do you find the
ordinals? I just guessed :(
- Seperated DirectPlay and DirectPlayLobby implementation into separate files.
- Included some missing header file definitions.
- Implemented the dplay dll in terms of the dplayx dll. I haven't
tested it so it may not work...
- A few bug fixes and a little new implementatioe.n
- Updated document with a more detailed implementation plan.
1999-09-28 16:35:32 +00:00
Noel Borthwick
ea0fd4d5d1
Added clipboard server.
1999-09-23 16:14:44 +00:00
Eric Pouech
6fea55f1e7
Added dlls/winmm and dlls/winmm/wineoss directories.
1999-09-22 16:51:42 +00:00
Ulrich Weigand
2a722f498a
Moved bulk of OLE implementation to dlls/ subdirectories.
1999-09-19 18:36:53 +00:00
Ulrich Weigand
bb1984e6bd
Separated Win16 (USER) and Win32 (MPR) network routines.
...
Moved implementation of MPR to dlls/mpr/.
Added proper headers and stubs for missing MPR routines.
1999-08-07 14:32:33 +00:00
Ulrich Weigand
6c6da674ef
Moved various DLLs to dlls/
1999-08-04 09:49:49 +00:00
Alexandre Julliard
352c04c6a9
Remove wine.conf.man on distclean
1999-08-01 12:10:24 +00:00
Pavel Roskin
74197cb45d
Removed the dependency on "dummy" for wine and wine.sym.
1999-07-31 19:25:22 +00:00
Patrik Stridvall
a9be64e220
Added support for Solaris Lint.
1999-07-31 17:39:44 +00:00
Marcus Meissner
4d088fa908
Do tools/ before any of the other subdirectories, even when doing
...
parallel makes.
1999-07-27 16:11:17 +00:00
Marcus Meissner
a6f7ceee52
Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
1999-07-25 11:30:12 +00:00
Alexandre Julliard
609f67153d
Make sure we build tools first.
1999-07-25 11:28:39 +00:00
Marcus Meissner
a4d0319550
Trying to fix parallel make by doing direct subdir/subdir.o rules.
1999-07-24 12:12:43 +00:00
Ulrich Weigand
4b32fd0d43
Use position-independent code in assembly glue when building .so.
...
Include if1632/ and graphics/win16drv/ into WineLib.
Move miscemu/emulate.c into dlls/win87em/.
1999-07-15 14:51:40 +00:00
Marcus Meissner
e32a317b76
Removed the old, historical and no longer working IPC support.
1999-07-11 14:13:56 +00:00
Patrik Stridvall
2d0bb2a78c
Started on an implementation of Win64 for use on 64 bit platforms.
1999-07-04 15:56:03 +00:00
James Juran
16e278c3d5
Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
...
non-blank.
1999-06-26 10:15:24 +00:00
Alexander V. Lukyanov
0bc384f0f7
Install wine.man from current directory.
...
Remove wine.man on distclean, not on clean.
1999-06-18 16:58:06 +00:00
James Juran
ffe6b7679a
Use Autoconf to find path to ldconfig.
1999-06-12 08:21:57 +00:00
Huw D M Davies
e39b676ae9
Implement DocumentProperties, DeviceCapabilities, beginnings of
...
Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities.
Split off WINSPOOL into its own directory.
Several functions added to DC_Funcs.
Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
1999-05-17 16:20:51 +00:00
James Juran
b199b1951e
Run ldconfig in make install if using --enable-dll.
...
Cleaned up uninstall_lib as well.
1999-05-08 10:43:13 +00:00
Huw D M Davies
3a24f3f91e
Started implementing Enhanced MetaFile driver.
1999-05-02 10:15:16 +00:00
Joerg Mayer
03b5529ab4
- Remove some old rc make stuff
...
- "make clean" omitted some include subdirs
1999-04-02 10:33:21 +00:00
Alexandre Julliard
c2795b7376
Make distclean also in include/wine
1999-03-14 19:45:19 +00:00
Andreas Mohr
5aa96c1906
Implemented (nearly) all TAPI functions as stubs.
1999-03-14 12:34:25 +00:00
Marcus Meissner
b3d1a22a44
Started on avifil32 implementation (only stubs currently).
1999-03-13 18:07:44 +00:00
Klaas van Gend
c912749be5
Create a new subdirectory for the common dialog box DLL and move all
...
code from /misc/commdlg.c to this directory. Also made a start in
documenting the API calls.
1999-02-28 20:05:11 +00:00
Zygo Blaxell
d6cab5049d
Added a check for the existence of wine.sym before installing it.
1999-02-20 16:07:49 +00:00
James Juran
c70dc833da
Created include/Makefile.in to separate header file installation from
...
the top-level Makefile.
1999-02-13 12:18:33 +00:00
Patrik Stridvall
36bbd62158
New TTY driver for GDI.
1999-02-04 10:10:59 +00:00
Ulrich Weigand
d43a46a457
Add new subdirectories dlls/ver and dlls/version.
1999-01-31 10:11:04 +00:00
James Juran
01797f2f3a
Don't install include files when --disable-lib is used.
1999-01-30 15:45:52 +00:00
Marcus Meissner
ab55442761
Remove configure.in->configure rule (we might not have autoconf).
1999-01-23 13:59:51 +00:00
Alexandre Julliard
638f169b1e
Recovery of release 990110 after disk crash.
...
See Changelog for changes between 990103 and 990110.
1999-01-17 16:32:32 +00:00
Juergen Schmied
f7b0de3f26
Moved ADVAPI32 files to dlls/advapi32.
...
Added stubs for eventlog functions.
1999-01-03 12:48:29 +00:00
Marcus Meissner
ca004e5037
Check for necessary configure reruns for Makefile and Make.rules
...
generation.
1999-01-03 12:26:22 +00:00
Todd Vierling
8beb15aa95
Use -lwine for linking.
1998-12-18 17:30:52 +00:00
Todd Vierling
4b992b0f88
These patches add support for --enable-dll on NetBSD, and may even do so for
...
FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to
mycroft@netbsd.org for doing this work!
1998-12-15 15:26:27 +00:00
Marcus Meissner
30ef8778e8
Added RasEnumConnections stub.
1998-12-11 13:26:26 +00:00
Patrik Stridvall
f638aef517
Added the new TTY driver.
1998-12-07 09:36:13 +00:00
Joseph Pranevich
791cd6a342
Added console support.
1998-12-02 19:58:08 +00:00
James Juran
50bb879dfb
Revert misguided change to install_lib that broke -disable-lib
...
configure option.
1998-12-01 12:47:29 +00:00
James Juran
bca87dbcf1
Fixed 'make install' to really check for libwine.a before installing
...
it.
1998-11-27 15:41:16 +00:00
Huw D M Davies
9650864743
Takes print spooler functions out of win16drv.
...
Allows the PostScript driver to go into libwine.
1998-11-22 12:55:24 +00:00
Alexandre Julliard
6a4aa4917d
Removed gets message.
1998-11-15 10:26:13 +00:00
Patrik Stridvall
ea5847247e
Started moving some X11 window management code to windows/x11drv.
1998-11-01 16:22:07 +00:00
Douglas Ridgway
8b21f28d53
Tell people to ignore the 'gets' warning. Some will listen.
1998-11-01 15:14:39 +00:00
Marcus Meissner
51505b12b3
More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
1998-11-01 14:00:21 +00:00
Patrik Stridvall
8295c862dc
Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
1998-10-11 17:09:05 +00:00