Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Alexandre Julliard
|
8defc28951
|
Exported symbols now get resolved properly so we no longer need the
list of dummy references.
|
2005-09-20 11:40:55 +00:00 |
Vincent Béron
|
a01bd27aa1
|
Correct arg count for 3 functions in ntdll.spec and unicows.spec.
|
2005-05-16 08:45:46 +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 |
Hans Leidekker
|
11d70d73ce
|
Add IsDestinationReachableW.
|
2005-02-22 14:49:43 +00:00 |
Hans Leidekker
|
8fb2e35c01
|
Remove most remaining stubs from unicows.
|
2005-01-03 20:30:57 +00:00 |
Alexandre Julliard
|
77dd4f5b0a
|
Added a few functions that are now implemented.
|
2004-12-16 14:43:54 +00:00 |
Alexandre Julliard
|
9e4ed6460c
|
.spec.c files are no longer used for 32-bit dlls.
|
2004-03-24 03:36:44 +00:00 |
Alexandre Julliard
|
46321f4c15
|
Added unicows dll, based on the spec file written by Shachar Shemesh.
|
2003-11-27 01:10:26 +00:00 |