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 |
James Hawkins
|
00394486df
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:03:59 +01:00 |
Alexandre Julliard
|
60e122b088
|
Get rid of some empty source files, our makefiles no longer require them.
|
2007-05-04 12:27:34 +02:00 |
Alexandre Julliard
|
9dd1f1e341
|
Added version information for a number of dlls.
|
2007-03-07 21:25:16 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Michael Ploujnikov
|
7e9e599d1e
|
lz32/tests: Win64 printf format warning fixes.
|
2006-10-12 11:37:19 +02:00 |
Saulius Krasuckas
|
e05035da18
|
lz32/tests: WinME sometimes returns short filenames.
|
2006-10-10 20:01:31 +02:00 |
Saulius Krasuckas
|
f29042b3a6
|
lz32/tests: Be more verbose and aware of root directory.
|
2006-10-10 20:01:14 +02:00 |
Saulius Krasuckas
|
346d02edba
|
lz32/tests: More checks for various LZOpenFile[AW] operations on existing files.
|
2006-10-10 20:00:31 +02:00 |
Saulius Krasuckas
|
98bfe9c6a9
|
lz32/tests: Non-op cosmetics for LZOpenFile[AW] operations.
|
2006-10-10 19:59:49 +02:00 |
Saulius Krasuckas
|
dbe8adf29c
|
lz32/tests: Test more last errors set by LZOpenFile[AW].
|
2006-10-10 19:59:21 +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 |
Saulius Krasuckas
|
d43595fe32
|
lz32/tests: Fix some typos in error messages.
|
2006-09-27 19:53:50 +02:00 |
Saulius Krasuckas
|
02baf6c630
|
lz32/tests: Try to open nonexisting compressed files.
|
2006-09-26 11:45:00 +02:00 |
Saulius Krasuckas
|
1efb87a0e9
|
lz32/tests: Add more cases for opening compressed files.
|
2006-09-26 11:44:47 +02:00 |
Saulius Krasuckas
|
a7129faf19
|
lz32/tests: Move indirect opening of compressed files into separate functions.
Also rename W-string variable to get some naming consistency.
|
2006-09-26 11:44:38 +02:00 |
Saulius Krasuckas
|
f916b78603
|
lz32/tests: Compare result to predefined compressed file name, not calculated one.
|
2006-09-26 11:42:14 +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 |
Andrew Talbot
|
369ac64afe
|
lz32/tests: Write-strings warning fix.
|
2006-08-02 22:03:48 +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 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +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 |
Saulius Krasuckas
|
0f6cb8860f
|
lz32: Small test fixes.
|
2006-06-21 11:13:38 +02:00 |
Saulius Krasuckas
|
be115ef0ca
|
lz32: Remove dead code from the LZOpenFileW test.
|
2006-06-20 11:05:45 +02:00 |
Saulius Krasuckas
|
38a85261cb
|
lz32: test LZOpenFileW.
|
2006-06-19 23:05:17 +02:00 |
Saulius Krasuckas
|
6d024b28b9
|
lz32: LZOpenFileA sets last error sometimes.
|
2006-06-19 23:04:52 +02:00 |
Saulius Krasuckas
|
bd2df081bd
|
lz32: Rename function aliases to real (ASCII) function names.
|
2006-06-19 23:04:37 +02:00 |
Saulius Krasuckas
|
183da10af4
|
lz32: Enable old test and expand it.
|
2006-06-19 10:26:45 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
556242b71d
|
lz32: Renamed lzexpand directory to lz32.
|
2006-02-28 12:54:48 +01:00 |