Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Gerald Pfeifer
|
bf9d6f2dfd
|
msacm32/tests: Simplify check_count and msacm_tests.
|
2010-05-03 16:47:51 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Michael Stefaniuc
|
a29b421425
|
dlls/msacm32: Avoid a sizeof()+cast in an ok() call.
|
2009-10-06 11:58:03 +02:00 |
Aric Stewart
|
bfe83b22c2
|
msacm32/tests: msacm32 can enumerate drivers that cannot be loaded or have their details queried. Deal with this properly.
|
2009-08-24 11:58:27 +02:00 |
Michael Stefaniuc
|
8aeacc5fb5
|
include: Change some DWORD to DWORD_PTR in msacm.h.
The change is for Win64 compatibility and it matches the DDK.
|
2009-02-05 13:15:21 +01:00 |
Michael Stefaniuc
|
da1f67a30d
|
msacm32: Replace malloc/free with HeapAlloc/HeapFree.
|
2007-06-26 11:58:03 +02:00 |
Michael Stefaniuc
|
723b884b26
|
msacm32/tests: Win64 printf format warning fixes.
|
2006-10-06 12:33:22 +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
|
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
|
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 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
c4fde65022
|
msacm32: Renamed the dlls/msacm directory to dlls/msacm32.
|
2006-04-10 16:55:04 +02:00 |