Sign in
goma
/
wine
/
8adbdd7c7b00fdf694816c77aba104e115517c41
/
Makefile.in
1d0d244
Link USER resources into libuser.so.
by Alexandre Julliard
· 25 years ago
09ddb59
Make USER and GDI separate dlls.
by Alexandre Julliard
· 25 years ago
7e495e1
Make unicode.o into a separate ELF library so that we can use it from
by Alexandre Julliard
· 25 years ago
cd770ea
Temporarily moved advapi32 registry support back into libwine.so, and
by Alexandre Julliard
· 25 years ago
4f356e8
Moved shared crtdll/ntdll functions into ntdll. Made crtdll a separate dll.
by Alexandre Julliard
· 25 years ago
2f158c2
Removed @PROGEXT@ (it was broken anyway).
by Alexandre Julliard
· 25 years ago
fb270dd
Added a bunch of code page tables for multibyte<->wide char
by Alexandre Julliard
· 25 years ago
2b5d564
Merged mouse dll into USER.
by Alexandre Julliard
· 25 years ago
2d8cf50
Merged display.dll into USER.
by Alexandre Julliard
· 25 years ago
36b5b6b
Start to separate KERNEL out of libwine.
by Dimitrie O. Paun
· 25 years ago
84bde6a
Separate wineps out of Wine's core.
by Dimitrie O. Paun
· 25 years ago
e1e7537
Implemented on-demand loading of builtin dlls using dlopen().
by Alexandre Julliard
· 25 years ago
59b0d7b
Build wineclipsrv as part of the x11drv dll.
by Alexandre Julliard
· 25 years ago
e5efa0c
Made the winedbg an external and WineLib program.
by Eric Pouech
· 25 years ago
c53ceba
Improved support for Makefiles that need to recurse in subdirectories.
by Alexandre Julliard
· 25 years ago
e61d33b
Added cvdump tool to dump CodeView symbol information.
by John R. Sheets
· 25 years ago
77d5ebb
Link ttydrv and x11drv objects into their respective dll.
by Alexandre Julliard
· 25 years ago
ebc3225
Made MPR a separate dll.
by Alexandre Julliard
· 25 years ago
c3bcd6c
- Slightly reworked include files (less messy, more straightforward).
by David Elliott
· 25 years ago
d0edc5f
Moved dll-specific make rules to a separate Makedll.rules file.
by Alexandre Julliard
· 25 years ago
e1d7889
Made winmm a separate shared library.
by Alexandre Julliard
· 25 years ago
318f4ce
Build most dlls as separate shared libraries.
by Alexandre Julliard
· 25 years ago
7d43bce
Moved debugger to libwine to make it available to WineLib apps.
by Ulrich Weigand
· 25 years ago
027187d
Added SETUPX dll.
by Andreas Mohr
· 25 years ago
d327fcb
Fixed building of dosmod and wineclipsrv.
by Alexandre Julliard
· 25 years ago
0adad95
Made --enable-dll the default.
by Alexandre Julliard
· 25 years ago
2fe5777
Made the server listen for new clients on a Unix socket in
by Alexandre Julliard
· 25 years ago
54dc94e
Merged dlls/ver into dlls/version.
by Alexandre Julliard
· 25 years ago
de07869
Moved winsock implementation to dlls/winsock.
by Alexandre Julliard
· 25 years ago
0adb3c2
Use a uniform naming scheme for driver modules.
by Eric Pouech
· 25 years ago
088a76b
Fixed missing libwine.so symlink during install. Set the runtime linker path.
by Moses DeJong
· 25 years ago
8551f8c
Xiang Li Implementation of a proxy ODBC32 dll.
by Alexandre Julliard
· 25 years ago
a2da868
Added .rc file support for Win16 NE modules.
by Andreas Mohr
· 25 years ago
5076e1d
Make sure we clean dlls/ too.
by Alexandre Julliard
· 25 years ago
9103daf
Install the wine server in $(bindir) and exec it from there.
by Alexandre Julliard
· 25 years ago
edf3e43
Added ICMP DLL implementation.
by Francois Gouget
· 25 years ago
abe7227
Added built-in msacm.drv and midimap.drv drivers.
by Eric Pouech
· 25 years ago
68944c2
Split the multimedia/ directory into dlls/ subdirectories.
by Eric Pouech
· 25 years ago
385dc18
Added ability to call winapi_check from the Makefiles.
by Patrik Stridvall
· 26 years ago
22b861c
- Moved dplay and dplayx to a proper home in the dlls directory.
by Peter Hunnisett
· 26 years ago
ea0fd4d
Added clipboard server.
by Noel Borthwick
· 26 years ago
6fea55f
Added dlls/winmm and dlls/winmm/wineoss directories.
by Eric Pouech
· 26 years ago
2a722f4
Moved bulk of OLE implementation to dlls/ subdirectories.
by Ulrich Weigand
· 26 years ago
bb1984e
Separated Win16 (USER) and Win32 (MPR) network routines.
by Ulrich Weigand
· 26 years ago
6c6da67
Moved various DLLs to dlls/
by Ulrich Weigand
· 26 years ago
352c04c
Remove wine.conf.man on distclean
by Alexandre Julliard
· 26 years ago
74197cb
Removed the dependency on "dummy" for wine and wine.sym.
by Pavel Roskin
· 26 years ago
a9be64e
Added support for Solaris Lint.
by Patrik Stridvall
· 26 years ago
4d088fa
Do tools/ before any of the other subdirectories, even when doing
by Marcus Meissner
· 26 years ago
a6f7cee
Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
by Marcus Meissner
· 26 years ago
609f671
Make sure we build tools first.
by Alexandre Julliard
· 26 years ago
a4d0319
Trying to fix parallel make by doing direct subdir/subdir.o rules.
by Marcus Meissner
· 26 years ago
4b32fd0
Use position-independent code in assembly glue when building .so.
by Ulrich Weigand
· 26 years ago
e32a317
Removed the old, historical and no longer working IPC support.
by Marcus Meissner
· 26 years ago
2d0bb2a
Started on an implementation of Win64 for use on 64 bit platforms.
by Patrik Stridvall
· 26 years ago
16e278c
Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is non-blank.
by James Juran
· 26 years ago
0bc384f
Install wine.man from current directory.
by Alexander V. Lukyanov
· 26 years ago
ffe6b76
Use Autoconf to find path to ldconfig.
by James Juran
· 26 years ago
e39b676
Implement DocumentProperties, DeviceCapabilities, beginnings of
by Huw D M Davies
· 26 years ago
b199b19
Run ldconfig in make install if using --enable-dll.
by James Juran
· 26 years ago
3a24f3f
Started implementing Enhanced MetaFile driver.
by Huw D M Davies
· 26 years ago
03b5529
- Remove some old rc make stuff - "make clean" omitted some include subdirs
by Joerg Mayer
· 26 years ago
c2795b7
Make distclean also in include/wine
by Alexandre Julliard
· 26 years ago
5aa96c1
Implemented (nearly) all TAPI functions as stubs.
by Andreas Mohr
· 26 years ago
b3d1a22
Started on avifil32 implementation (only stubs currently).
by Marcus Meissner
· 26 years ago
c912749
Create a new subdirectory for the common dialog box DLL and move all
by Klaas van Gend
· 26 years ago
d6cab50
Added a check for the existence of wine.sym before installing it.
by Zygo Blaxell
· 26 years ago
c70dc83
Created include/Makefile.in to separate header file installation from
by James Juran
· 26 years ago
36bbd62
New TTY driver for GDI.
by Patrik Stridvall
· 26 years ago
d43a46a
Add new subdirectories dlls/ver and dlls/version.
by Ulrich Weigand
· 26 years ago
01797f2
Don't install include files when --disable-lib is used.
by James Juran
· 26 years ago
ab55442
Remove configure.in->configure rule (we might not have autoconf).
by Marcus Meissner
· 26 years ago
638f169
Recovery of release 990110 after disk crash.
by Alexandre Julliard
· 26 years ago
wine-990110
f7b0de3
Moved ADVAPI32 files to dlls/advapi32. Added stubs for eventlog functions.
by Juergen Schmied
· 26 years ago
ca004e5
Check for necessary configure reruns for Makefile and Make.rules generation.
by Marcus Meissner
· 26 years ago
8beb15a
Use -lwine for linking.
by Todd Vierling
· 26 years ago
4b992b0
These patches add support for --enable-dll on NetBSD, and may even do so for
by Todd Vierling
· 26 years ago
30ef877
Added RasEnumConnections stub.
by Marcus Meissner
· 26 years ago
f638aef
Added the new TTY driver.
by Patrik Stridvall
· 26 years ago
791cd6a
Added console support.
by Joseph Pranevich
· 26 years ago
50bb879
Revert misguided change to install_lib that broke -disable-lib configure option.
by James Juran
· 26 years ago
bca87db
Fixed 'make install' to really check for libwine.a before installing it.
by James Juran
· 26 years ago
9650864
Takes print spooler functions out of win16drv.
by Huw D M Davies
· 26 years ago
6a4aa49
Removed gets message.
by Alexandre Julliard
· 26 years ago
ea58472
Started moving some X11 window management code to windows/x11drv.
by Patrik Stridvall
· 26 years ago
8b21f28
Tell people to ignore the 'gets' warning. Some will listen.
by Douglas Ridgway
· 26 years ago
51505b1
More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
by Marcus Meissner
· 26 years ago
8295c86
Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
by Patrik Stridvall
· 26 years ago
2a4707a
Don't install object files when --disable-lib is selected.
by Uwe Bonnes
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
642d313
Release 980712
by Alexandre Julliard
· 27 years ago
wine-980712
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
dadf78f
Release 980517
by Alexandre Julliard
· 27 years ago
wine-980517
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413
Next »