Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02: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 |
Jacek Caban
|
8208e81d46
|
hlink: Added HlinkCreateExtensionServices implementation.
|
2007-11-21 12:38:53 +01:00 |
Michael Stefaniuc
|
a77310fa13
|
hlink: Win64 printf format warning fixes.
|
2006-10-09 12:56:03 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Mike McCormack
|
9198d016f2
|
hlink: Use ShellExecute to start the link if we can't get a IHlinkTarget.
|
2006-08-01 18:34:21 +02:00 |
Mike McCormack
|
a430db9e39
|
hlink: Add a short test case.
|
2006-08-01 10:54:16 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Mike McCormack
|
58709d2263
|
hlink: Add a basic implementation (based on work by Aric Stewart).
|
2006-06-07 14:18:17 +02:00 |
Mike McCormack
|
b732e9b4c1
|
hlink: Add a stub implementation (based on Aric Stewart's code).
|
2006-06-07 14:15:06 +02:00 |