Commit graph

56 commits

Author SHA1 Message Date
Alexandre Julliard
bdb4fab7a7 x11drv: Renamed the x11drv directory to winex11.drv. 2006-06-16 09:57:50 +02:00
Alexandre Julliard
9d4feaa09b dlls: d3d8, d3d9 and ddraw no longer depend on OpenGL or X. 2006-06-15 16:52:23 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexandre Julliard
2c1d696801 dlls: Removed a number of no longer needed dependencies. 2006-03-30 13:24:11 +02:00
Alexandre Julliard
02fa42dc82 dlls: Removed a number of dll symlinks that are no longer needed. 2006-03-21 12:01:31 +01:00
Alexandre Julliard
7fb2ae6ec6 dlls: Remove the no longer needed symlinks to the static libraries. 2006-03-16 17:25:06 +01:00
Alexandre Julliard
ca21f1541f dlls: Remove 16-bit files on make clean. 2006-03-02 16:16:31 +01:00
Alexandre Julliard
aed49d439e libwine: New naming scheme for 16-bit builtin dlls.
Stop using symlinks for 16-bit dlls to make sure they don't get loaded
by mistake when looking for a 32-bit dll.
2006-02-16 13:44:38 +01:00
Mike Frysinger
5392844392 Add support for 'make install DESTDIR'. 2006-02-14 13:51:38 +01:00
Alexandre Julliard
12c9b501fb We no longer need a special case for the ntdll import library. 2005-08-26 08:52:06 +00:00
Alexandre Julliard
fd75880ba8 Install the static import libraries too. 2005-08-25 12:15:06 +00:00
Alexandre Julliard
71ff4c4f4e Build import libraries also when only doing an install-lib. 2005-05-13 13:57:55 +00:00
Alexandre Julliard
15ac6847e0 Build and load import libraries directly from the dll directory where
possible, and only create symlinks for directories that don't have the
correct name.
2005-05-10 13:21:04 +00:00
Alexandre Julliard
34fa35dc99 Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
2005-05-09 14:42:30 +00:00
Alexandre Julliard
d62356aa1e Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.
2005-05-07 12:39:52 +00:00
Alexandre Julliard
c3116c5e61 Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively
to follow the namespace conventions and make it clear that they are
drivers and not dlls.
Moved the graphics driver configuration to HKLM\Software\Wine\Drivers.
2005-05-06 19:38:50 +00:00
Alexandre Julliard
d149d3cff3 Removed debug trace. 2004-08-24 02:29:48 +00:00
Alexandre Julliard
8be0edb94b ALTNAMES has been removed, use SPEC_SRCS16 instead. 2004-08-17 22:10:26 +00:00
Alexandre Julliard
06233cfb47 Avoid some non-portable makefile constructs. 2004-08-11 20:59:09 +00:00
Alexandre Julliard
a61caabaf2 Fixed implib target broken by previous change. 2004-03-12 19:49:46 +00:00
Alexandre Julliard
c2fbb40666 Do not create symlinks for the PE build since they can conflict with
the directory names.
2004-03-10 01:56:00 +00:00
Alexandre Julliard
c3eac43839 Moved libuuid to the dlls directory, and moved the DirectX GUIDs into
a separate libdxguid library.
2004-01-26 21:29:05 +00:00
Alexandre Julliard
03b47d2118 Make symlinks for 16-bit files point to the 32-bit symlink so that
they don't contain a path.
2004-01-02 20:54:03 +00:00
Steven Edwards
26aa197552 Added implib rule for building import libs. 2003-12-13 01:33:19 +00:00
Jacek Caban
ef799c463d Added glut32 dll. 2003-12-02 04:11:09 +00:00
Raphael Junqueira
0196861349 Add the wined3d dll for beginning a cleaner d3d architecture that will
contain the shared openGL code needed for all wine direct3d
implementations.
2003-11-14 03:50:35 +00:00
Alexandre Julliard
e8dae9c029 We no longer need to link against ntdll in the Unix sense. 2003-10-11 01:00:35 +00:00
Alexandre Julliard
313661d1b0 LDIMPORTS is no longer needed. 2003-10-10 00:52:01 +00:00
Alexandre Julliard
aa1bdc4263 Added d3d9 dll. 2003-07-01 01:11:13 +00:00
Alexandre Julliard
717e8f45ee Another make install dependency fix. 2003-06-24 19:30:25 +00:00
Alexandre Julliard
635b09f98e Added import libs dependency for make install. 2003-06-23 18:16:20 +00:00
Alexandre Julliard
23829bea3b Explicitly clean generated symlinks.
Removed no longer needed install dependencies.
2003-05-15 04:30:46 +00:00
Alexandre Julliard
78e3311197 Fixed rules for auto documentation (reported by Vincent Béron). 2003-04-12 00:05:27 +00:00
Alexandre Julliard
76c3065751 Fixed installation order of linkable dlls. 2003-02-19 22:11:37 +00:00
Raphael Junqueira
e31ae92630 - some D3D8 fixes
- beginning of shaders support (Vertex and Pixel Shaders 1.1 on
  DirectX8)
- beginning of D3DX8 support the D3D8 utility API (very basic, only
  the core header)
2002-12-17 01:15:15 +00:00
Alexandre Julliard
f1b4819ed2 Use import libraries when building tests too. Make sure the .a
libraries are built for crosstest.
2002-12-15 01:20:54 +00:00
Alexandre Julliard
ada5e6521b Implemented import libraries; on Unix we import the .def file
directly, on Mingw we use it to build the .a library.
2002-12-12 22:03:14 +00:00
Alexandre Julliard
c728efc3c9 Added --disable-win16 configure option. 2002-10-02 02:34:09 +00:00
Alexandre Julliard
7cbb340aa6 Don't build d3d8 if we don't have OpenGL support. 2002-09-29 18:07:25 +00:00
Alexandre Julliard
c3c587eb1d Added preliminary support for cross-compiling tests using mingw on
Linux if available.
2002-09-06 19:46:00 +00:00
Alexandre Julliard
edeee89c3e Create separate makefiles for tests for more flexibility. 2002-08-09 01:22:40 +00:00
Alexandre Julliard
5b80ce3517 Fixed make install from read-only build directory (spotted by Marcus
Meissner).
2002-07-01 18:23:38 +00:00
Alexandre Julliard
f673b71ece Fixed make install target to work even when nothing has been compiled
yet.
Added install-lib and install-dev targets to allow partial
installations; moved winemaker.man and winelauncher.in to better fit
in the new install categories.
2002-06-14 23:48:27 +00:00
Alexandre Julliard
1c40426e95 Removed install_libdir targets and centralized the symlinks creation
in the main dll makefile.
2002-06-14 02:09:08 +00:00
Alexandre Julliard
45a795c0d8 Restored the library file intermediate step for symlink dependencies. 2002-05-23 19:13:22 +00:00
Alexandre Julliard
5852f7a185 Run make clean in all directories, even the ones we don't compile in.
Simplified sub-directories rules a bit.
2002-05-23 02:47:16 +00:00
Eric Pouech
c0d955e8c4 Now runs in Perl strict mode.
Added ability to skip DLL from the tree.
2002-05-21 18:29:31 +00:00
Alexandre Julliard
23d3ef19ef Generate a kernel32 dependency for dlls that have no imports to handle
the winebuild-generated implicit import.
2002-05-17 04:32:20 +00:00
Alexandre Julliard
ec329ab3b4 Updated make_dlls script for new import scheme. 2002-05-14 20:42:52 +00:00
Alexandre Julliard
d7c606d624 Various makefile fixes for the test environment. 2002-04-02 02:58:45 +00:00