Commit graph

30 commits

Author SHA1 Message Date
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
Alexandre Julliard
bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Andrew Nguyen
adf55f0000 cfgmgr32: Forward more functions to setupapi. 2009-12-22 13:48:27 +01:00
Ricardo Filipe
16d3442a34 cfgmgr32: Forward CM_Locate_DevNode_ExA/W calls to setupapi. 2009-05-11 15:54:46 +02:00
Andrew Nguyen
d46ffb4b6f cfgmgr32: Forward and stub CM_Create_DevNodeA/W. 2008-12-30 11:37:34 +01:00
Andrew Nguyen
3dcac86e53 cfgmgr32: Forward and stub CM_Connect_MachineA. 2008-12-30 11:37:03 +01:00
Ricardo Filipe
7130f9770b cfgmgr32: Forward CM_Locate_DevNodeA/W to setupapi. 2008-12-26 13:42:56 +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
Maarten Lankhorst
109943cc4c cfgmgr32: Forward some more functions to setupapi. 2008-03-01 12:03:47 +01:00
Juan Lang
f9f18bfb06 cfgmgr32: Forward cfgmgr32 functions to setupapi. 2007-11-08 11:52:18 +01:00
James Hawkins
3b6017ae18 include: Move cfgmgr32.h to include/ to match the SDK. 2006-10-14 20:18:44 +02:00
Michael Stefaniuc
702aafe3c0 cfgmgr32: Win64 printf format warning fixes. 2006-10-05 11:33:32 +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
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
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Francois Gouget
17689c07bb Fix some winapi_check documentation warnings. 2006-05-15 15:05:15 +02:00
Alexandre Julliard
c39a5f0dba Added DLL_WINE_PREATTACH handling in a number of stub-only dlls. 2006-03-21 16:19:07 +01:00
Detlef Riekenberg
56247a2084 cfgmgr32: Forward some functions to setupapi.dll. 2006-02-24 11:20:53 +01: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
Detlef Riekenberg
92eedf8567 Moved cfgmgr32.h to include/ddk/. 2005-09-06 11:42:50 +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
Aric Stewart
89a43ff76a Added some stub implementations. 2005-01-20 10:37:08 +00:00
Matthew Davison
3fd9cb4755 Updated to include functions from windows 98SE. 2004-05-03 20:05:11 +00:00
Alexandre Julliard
9e4ed6460c .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Mike McCormack
b107b92849 Mostly stub implemenation for cfgmgr32. 2003-10-31 03:38:07 +00:00