- Remove some unneeded pdef files.

- Fix some modules now that they use proper startup code.

svn path=/branches/cmake-bringup/; revision=49809
This commit is contained in:
Amine Khaldi 2010-11-27 00:36:28 +00:00
parent 9de09f2c2d
commit 099f7ed3c4
49 changed files with 45 additions and 179 deletions

View file

@ -13,6 +13,9 @@ add_importlibs(joy
user32
comctl32
ole32
shell32)
shell32
msvcrt
kernel32
ntdll)
add_cab_target(joy 1)

View file

@ -20,6 +20,7 @@ add_importlibs(deskadp
gdi32
comctl32
ole32
msvcrt
kernel32
ntdll)

View file

@ -20,6 +20,7 @@ add_importlibs(deskmon
gdi32
comctl32
ole32
msvcrt
kernel32
ntdll)

View file

@ -11,6 +11,7 @@ add_importlibs(devcpux
user32
powrprof
comctl32
msvcrt
kernel32
ntdll)

View file

@ -21,6 +21,7 @@ add_importlibs(fontext
lz32
advapi32
setupapi
msvcrt
kernel32
ntdll)

View file

@ -20,6 +20,7 @@ add_importlibs(slayer
advapi32
ole32
shell32
msvcrt
kernel32
ntdll)

View file

@ -1,24 +0,0 @@
; File generated automatically, do not edit!
LIBRARY acledit.dll
EXPORTS
#define FOOL(x) x
#ifdef _MSC_VER
#define _NAME_STDCALL(name, stackbytes) name
#define _NAME_FASTCALL(name, stackbytes) name
#define _NAME_CDECL(name, stackbytes) name
#else
#define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
#define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
#define _NAME_CDECL(name, stackbytes) FOOL(name)
#endif
#define _NAME_EXTERN(name, stackbytes) name
#define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
_NAME(EditAuditInfo,STDCALL,4)
_NAME(EditOwnerInfo,STDCALL,4)
_NAME(EditPermissionInfo,STDCALL,4)
_NAME(FMExtensionProcW,STDCALL,12)
_NAME(SedDiscretionaryAclEditor,STDCALL,52)
_NAME(SedSystemAclEditor,STDCALL,48)
_NAME(SedTakeOwnership,STDCALL,56)

View file

@ -22,7 +22,7 @@ set_export_spec(aclui aclui.spec aclui.dll)
add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/aclui.def)
add_importlibs(aclui user32 gdi32 comctl32 ole32 oleaut32 advapi32 uxtheme kernel32 ntdll)
add_importlibs(aclui user32 gdi32 comctl32 ole32 oleaut32 advapi32 uxtheme msvcrt kernel32 ntdll)
add_pch(aclui ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})

View file

@ -1,20 +0,0 @@
; File generated automatically, do not edit!
LIBRARY aclui.dll
EXPORTS
#define FOOL(x) x
#if defined(__GNUC__) && defined(_X86_)
#define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
#define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
#define _NAME_CDECL(name, stackbytes) FOOL(name)
#else
#define _NAME_STDCALL(name, stackbytes) name
#define _NAME_FASTCALL(name, stackbytes) name
#define _NAME_CDECL(name, stackbytes) name
#endif
#define _NAME_EXTERN(name, stackbytes) name
#define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
_NAME(CreateSecurityPage,STDCALL,4)
_NAME(EditSecurity,STDCALL,8)
_NAME(IID_ISecurityInformation,EXTERN,0) DATA

View file

@ -11,7 +11,7 @@ set_module_type(activeds win32dll)
target_link_libraries(activeds wine)
add_importlibs(activeds kernel32 ntdll)
add_importlibs(activeds msvcrt kernel32 ntdll)
add_cab_target(activeds 1)

View file

@ -20,6 +20,6 @@ set_module_type(advpack win32dll)
target_link_libraries(advpack wine)
add_importlibs(advpack ole32 setupapi version advapi32 kernel32 ntdll)
add_importlibs(advpack ole32 setupapi version advapi32 msvcrt kernel32 ntdll)
add_cab_target(advpack 1)

View file

@ -16,9 +16,7 @@ add_library(authz SHARED
set_module_type(authz win32dll)
add_pch(authz ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
add_importlibs(authz advapi32 kernel32 ntdll)
add_importlibs(authz advapi32 msvcrt kernel32 ntdll)
add_cab_target(authz 1)

View file

@ -12,7 +12,7 @@ set_module_type(avicap32 win32dll)
target_link_libraries(avicap32 wine)
add_importlibs(avicap32 advapi32 user32 version kernel32 ntdll)
add_importlibs(avicap32 advapi32 user32 version msvcrt kernel32 ntdll)
add_cab_target(avicap32 1)
add_importlib_target(avicap32.spec)

View file

@ -1,23 +0,0 @@
; File generated automatically, do not edit!
LIBRARY avicap32.dll
EXPORTS
#define FOOL(x) x
#if defined(__GNUC__) && defined(_X86_)
#define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
#define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
#define _NAME_CDECL(name, stackbytes) FOOL(name)
#else
#define _NAME_STDCALL(name, stackbytes) name
#define _NAME_FASTCALL(name, stackbytes) name
#define _NAME_CDECL(name, stackbytes) name
#endif
#define _NAME_EXTERN(name, stackbytes) name
#define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
_NAME(AppCleanup,STDCALL,4)
_NAME(capCreateCaptureWindowA,STDCALL,32)
_NAME(capCreateCaptureWindowW,STDCALL,32)
_NAME(capGetDriverDescriptionA,STDCALL,20)
_NAME(capGetDriverDescriptionW,STDCALL,20)
_NAME(videoThunk32,STDCALL,20)

View file

@ -12,6 +12,6 @@ set_export_spec(batt batt.spec)
add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/batt.def)
add_importlibs(batt kernel32)
add_importlibs(batt msvcrt kernel32)
add_cab_target(batt 1)

View file

@ -1,19 +0,0 @@
; File generated automatically, do not edit!
LIBRARY batt.dll
EXPORTS
#define FOOL(x) x
#if defined(__GNUC__) && defined(_X86_)
#define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
#define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
#define _NAME_CDECL(name, stackbytes) FOOL(name)
#else
#define _NAME_STDCALL(name, stackbytes) name
#define _NAME_FASTCALL(name, stackbytes) name
#define _NAME_CDECL(name, stackbytes) name
#endif
#define _NAME_EXTERN(name, stackbytes) name
#define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
_NAME(BatteryClassCoInstaller,STDCALL,16)
_NAME(BatteryClassInstall,STDCALL,12)

View file

@ -13,7 +13,7 @@ set_module_type(bcrypt win32dll)
target_link_libraries(bcrypt wine)
add_importlibs(bcrypt kernel32 ntdll)
add_importlibs(bcrypt msvcrt kernel32 ntdll)
add_cab_target(bcrypt 1)

View file

@ -15,6 +15,6 @@ add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/cards.def)
set_module_type(cards win32dll)
add_importlibs(cards user32 gdi32)
add_importlibs(cards user32 gdi32 msvcrt kernel32)
add_cab_target(cards 1)

View file

@ -1,23 +0,0 @@
; File generated automatically, do not edit!
LIBRARY cards.dll
EXPORTS
#define FOOL(x) x
#if defined(__GNUC__) && defined(_X86_)
#define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
#define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
#define _NAME_CDECL(name, stackbytes) FOOL(name)
#else
#define _NAME_STDCALL(name, stackbytes) name
#define _NAME_FASTCALL(name, stackbytes) name
#define _NAME_CDECL(name, stackbytes) name
#endif
#define _NAME_EXTERN(name, stackbytes) name
#define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
_NAME(WEP,STDCALL,4)
_NAME(cdtAnimate,STDCALL,20)
_NAME(cdtDraw,STDCALL,24)
_NAME(cdtDrawExt,STDCALL,32)
_NAME(cdtInit,STDCALL,8)
_NAME(cdtTerm,STDCALL,0)

View file

@ -11,6 +11,6 @@ set_module_type(clusapi win32dll)
target_link_libraries(clusapi wine)
add_importlibs(clusapi kernel32 ntdll)
add_importlibs(clusapi msvcrt kernel32 ntdll)
add_cab_target(clusapi 1)

View file

@ -10,7 +10,7 @@ set_export_spec(compstui compstui.spec)
target_link_libraries(compstui wine)
add_importlibs(compstui kernel32 ntdll)
add_importlibs(compstui msvcrt kernel32 ntdll)
add_cab_target(compstui 1)
add_importlib_target(compstui.spec)

View file

@ -1,21 +0,0 @@
; File generated automatically, do not edit!
LIBRARY compstui.dll
EXPORTS
#define FOOL(x) x
#if defined(__GNUC__) && defined(_X86_)
#define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
#define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
#define _NAME_CDECL(name, stackbytes) FOOL(name)
#else
#define _NAME_STDCALL(name, stackbytes) name
#define _NAME_FASTCALL(name, stackbytes) name
#define _NAME_CDECL(name, stackbytes) name
#endif
#define _NAME_EXTERN(name, stackbytes) name
#define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
_NAME(CommonPropertySheetUIA,STDCALL,16)
_NAME(CommonPropertySheetUIW,STDCALL,16)
_NAME(GetCPSUIUserData,STDCALL,4)
_NAME(SetCPSUIUserData,STDCALL,8)

View file

@ -11,6 +11,6 @@ set_module_type(credui win32dll)
target_link_libraries(credui wine)
add_importlibs(credui advapi32 user32 comctl32 kernel32 ntdll)
add_importlibs(credui advapi32 user32 comctl32 msvcrt kernel32 ntdll)
add_cab_target(credui 1)

View file

@ -29,7 +29,7 @@ target_link_libraries(crtdll
wine
crt)
add_importlibs(crtdll kernel32 ntdll)
add_importlibs(crtdll msvcrt kernel32 ntdll)
add_pch(crtdll ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
add_cab_target(crtdll 1)

View file

@ -16,6 +16,7 @@ add_importlibs(cryptdlg
crypt32
cryptui
wintrust
msvcrt
kernel32
ntdll)

View file

@ -13,6 +13,7 @@ target_link_libraries(cryptnet wine)
add_importlibs(cryptnet
crypt32
wininet
msvcrt
kernel32
ntdll)

View file

@ -23,6 +23,7 @@ add_importlibs(cryptui
wintrust
comctl32
comdlg32
msvcrt
kernel32
ntdll)

View file

@ -11,6 +11,6 @@ set_module_type(dciman32 win32dll)
target_link_libraries(dciman32 wine)
add_importlibs(dciman32 kernel32 ntdll)
add_importlibs(dciman32 msvcrt kernel32 ntdll)
add_cab_target(dciman32 1)

View file

@ -25,6 +25,7 @@ add_importlibs(devmgr
advapi32
user32
version
msvcrt
kernel32
ntdll)

View file

@ -11,6 +11,6 @@ set_module_type(dwmapi win32dll)
target_link_libraries(dwmapi wine)
add_importlibs(dwmapi kernel32 ntdll)
add_importlibs(dwmapi msvcrt kernel32 ntdll)
add_cab_target(dwmapi 1)

View file

@ -11,6 +11,6 @@ set_module_type(faultrep win32dll)
target_link_libraries(faultrep wine)
add_importlibs(faultrep advapi32 kernel32 ntdll)
add_importlibs(faultrep advapi32 msvcrt kernel32 ntdll)
add_cab_target(faultrep 1)

View file

@ -18,6 +18,6 @@ set_module_type(fusion win32dll)
target_link_libraries(fusion wine)
add_importlibs(fusion shlwapi advapi32 dbghelp user32 kernel32 ntdll)
add_importlibs(fusion shlwapi advapi32 dbghelp user32 msvcrt kernel32 ntdll)
add_cab_target(fusion 1)

View file

@ -52,7 +52,7 @@ target_link_libraries(gdi32
set_export_spec(gdi32 gdi32.spec)
add_importlibs(gdi32 user32 advapi32 kernel32 ntdll)
add_importlibs(gdi32 user32 advapi32 msvcrt kernel32 ntdll)
add_pch(gdi32 ${CMAKE_CURRENT_SOURCE_DIR}/include/precomp.h ${SOURCE})
add_cab_target(gdi32 1)
add_importlib_target(gdi32.spec)

View file

@ -14,6 +14,6 @@ add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/getuname.def)
set_module_type(getuname win32dll)
add_importlibs(getuname kernel32 ntdll)
add_importlibs(getuname msvcrt kernel32 ntdll)
add_cab_target(getuname 1)

View file

@ -1,18 +0,0 @@
; File generated automatically, do not edit!
LIBRARY getuname.dll
EXPORTS
#define FOOL(x) x
#if defined(__GNUC__) && defined(_X86_)
#define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
#define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
#define _NAME_CDECL(name, stackbytes) FOOL(name)
#else
#define _NAME_STDCALL(name, stackbytes) name
#define _NAME_FASTCALL(name, stackbytes) name
#define _NAME_CDECL(name, stackbytes) name
#endif
#define _NAME_EXTERN(name, stackbytes) name
#define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
_NAME(GetUName,STDCALL,8)

View file

@ -34,6 +34,7 @@ add_importlibs(hhctrl
oleaut32
user32
gdi32
msvcrt
kernel32
ntdll)

View file

@ -15,9 +15,7 @@ add_library(hid SHARED
set_module_type(hid win32dll)
add_importlibs(hid kernel32 ntdll)
add_importlibs(hid msvcrt kernel32 ntdll)
add_pch(hid ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
add_cab_target(hid 1)

View file

@ -22,6 +22,7 @@ add_importlibs(hlink
ole32
advapi32
urlmon
msvcrt
kernel32
ntdll)

View file

@ -28,6 +28,7 @@ target_link_libraries(hnetcfg wine)
add_importlibs(hnetcfg
ole32
advapi32
msvcrt
kernel32
ntdll)

View file

@ -11,6 +11,6 @@ set_module_type(httpapi win32dll)
target_link_libraries(httpapi wine)
add_importlibs(httpapi kernel32 ntdll)
add_importlibs(httpapi msvcrt kernel32 ntdll)
add_cab_target(httpapi 1)

View file

@ -12,6 +12,6 @@ set_module_type(iccvid win32dll)
target_link_libraries(iccvid wine)
add_importlibs(iccvid user32 kernel32 ntdll)
add_importlibs(iccvid user32 msvcrt kernel32 ntdll)
add_cab_target(iccvid 1)

View file

@ -9,6 +9,6 @@ set_module_type(icmp win32dll)
target_link_libraries(icmp wine)
add_importlibs(icmp ws2_32 kernel32 ntdll)
add_importlibs(icmp ws2_32 msvcrt kernel32 ntdll)
add_dependencies(icmp psdk)
add_cab_target(icmp 1)

View file

@ -22,7 +22,7 @@ set_module_type(imagehlp win32dll)
target_link_libraries(imagehlp wine)
add_importlibs(imagehlp dbghelp kernel32 ntdll)
add_importlibs(imagehlp dbghelp msvcrt kernel32 ntdll)
add_pch(imagehlp ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
add_cab_target(imagehlp 1)

View file

@ -14,7 +14,7 @@ set_module_type(imm32 win32dll)
target_link_libraries(imm32 wine)
add_importlibs(imm32 advapi32 user32 kernel32 ntdll)
add_importlibs(imm32 advapi32 user32 msvcrt kernel32 ntdll)
add_cab_target(imm32 1)
add_importlib_target(imm32.spec)

View file

@ -29,6 +29,7 @@ add_importlibs(inetcomm
ws2_32
user32
advapi32
msvcrt
kernel32
ntdll)

View file

@ -10,6 +10,6 @@ set_module_type(initpki win32dll)
target_link_libraries(initpki wine)
add_importlibs(initpki kernel32 ntdll)
add_importlibs(initpki msvcrt kernel32 ntdll)
add_cab_target(initpki 1)

View file

@ -17,6 +17,7 @@ target_link_libraries(inseng
add_importlibs(inseng
ole32
advapi32
msvcrt
kernel32
ntdll)

View file

@ -24,6 +24,7 @@ add_importlibs(itss
urlmon
shlwapi
ole32
msvcrt
kernel32
ntdll)

View file

@ -15,7 +15,7 @@ target_link_libraries(loadperf
${CMAKE_CURRENT_BINARY_DIR}/loadperf.def
wine)
add_importlibs(loadperf kernel32 ntdll)
add_importlibs(loadperf msvcrt kernel32 ntdll)
add_cab_target(loadperf 1)
add_importlib_target(loadperf.spec)