213 Commits

Author SHA1 Message Date
Alexandre Julliard
e1d78899ea Made winmm a separate shared library. 2000-02-26 13:45:34 +00:00
Alexandre Julliard
318f4cefd2 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
Ulrich Weigand
7d43bceb7e Moved debugger to libwine to make it available to WineLib apps.
Try to invoke external debugger if internal debugger crashes.
Try to handle early invocation of debugger more gracefully.
2000-01-30 21:16:45 +00:00
Andreas Mohr
027187df65 Added SETUPX dll. 2000-01-29 21:09:02 +00:00
Alexandre Julliard
d327fcbdb3 Fixed building of dosmod and wineclipsrv. 2000-01-29 20:02:49 +00:00
Alexandre Julliard
0adad95db3 Made --enable-dll the default.
Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
Cleaned up install targets in main Makefile.
2000-01-26 01:45:58 +00:00
Alexandre Julliard
2fe57779fb Made the server listen for new clients on a Unix socket in
$HOME/.wine. Newly started wine processes now attach to an existing
server if one is running.
2000-01-25 01:40:27 +00:00
Alexandre Julliard
54dc94ebf8 Merged dlls/ver into dlls/version. 2000-01-23 22:56:08 +00:00
Alexandre Julliard
de07869657 Moved winsock implementation to dlls/winsock. 2000-01-23 22:07:15 +00:00
Eric Pouech
0adb3c23ad Use a uniform naming scheme for driver modules. 2000-01-04 00:27:39 +00:00
Moses DeJong
088a76b8ba Fixed missing libwine.so symlink during install. Set the runtime
linker path.
1999-12-12 20:19:29 +00:00
Alexandre Julliard
8551f8ca98 Xiang Li
Implementation of a proxy ODBC32 dll.
1999-12-11 23:56:46 +00:00
Andreas Mohr
a2da86898a Added .rc file support for Win16 NE modules.
Moved display.c and mouse.c to separate dll directories.
1999-12-06 01:20:00 +00:00
Alexandre Julliard
5076e1dbff Make sure we clean dlls/ too. 1999-11-21 00:59:23 +00:00
Alexandre Julliard
9103daf300 Install the wine server in $(bindir) and exec it from there. 1999-11-08 00:03:53 +00:00
Francois Gouget
edf3e434b0 Added ICMP DLL implementation. 1999-11-07 21:22:17 +00:00
Eric Pouech
abe722778f Added built-in msacm.drv and midimap.drv drivers. 1999-10-31 02:23:49 +00:00
Eric Pouech
68944c205c Split the multimedia/ directory into dlls/ subdirectories. 1999-10-24 18:42:42 +00:00
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