Author: akhaldi Date: Sat Nov 27 00:36:28 2010 New Revision: 49809
URL: http://svn.reactos.org/svn/reactos?rev=49809&view=rev Log: - Remove some unneeded pdef files. - Fix some modules now that they use proper startup code.
Removed: branches/cmake-bringup/dll/win32/acledit/acledit.pdef branches/cmake-bringup/dll/win32/aclui/aclui.pdef branches/cmake-bringup/dll/win32/avicap32/avicap32.pdef branches/cmake-bringup/dll/win32/batt/batt.pdef branches/cmake-bringup/dll/win32/cards/cards.pdef branches/cmake-bringup/dll/win32/compstui/compstui.pdef branches/cmake-bringup/dll/win32/getuname/getuname.pdef Modified: branches/cmake-bringup/dll/cpl/joy/CMakeLists.txt branches/cmake-bringup/dll/shellext/deskadp/CMakeLists.txt branches/cmake-bringup/dll/shellext/deskmon/CMakeLists.txt branches/cmake-bringup/dll/shellext/devcpux/CMakeLists.txt branches/cmake-bringup/dll/shellext/fontext/CMakeLists.txt branches/cmake-bringup/dll/shellext/slayer/CMakeLists.txt branches/cmake-bringup/dll/win32/aclui/CMakeLists.txt branches/cmake-bringup/dll/win32/activeds/CMakeLists.txt branches/cmake-bringup/dll/win32/advpack/CMakeLists.txt branches/cmake-bringup/dll/win32/authz/CMakeLists.txt branches/cmake-bringup/dll/win32/avicap32/CMakeLists.txt branches/cmake-bringup/dll/win32/batt/CMakeLists.txt branches/cmake-bringup/dll/win32/bcrypt/CMakeLists.txt branches/cmake-bringup/dll/win32/cards/CMakeLists.txt branches/cmake-bringup/dll/win32/clusapi/CMakeLists.txt branches/cmake-bringup/dll/win32/compstui/CMakeLists.txt branches/cmake-bringup/dll/win32/credui/CMakeLists.txt branches/cmake-bringup/dll/win32/crtdll/CMakeLists.txt branches/cmake-bringup/dll/win32/cryptdlg/CMakeLists.txt branches/cmake-bringup/dll/win32/cryptnet/CMakeLists.txt branches/cmake-bringup/dll/win32/cryptui/CMakeLists.txt branches/cmake-bringup/dll/win32/dciman32/CMakeLists.txt branches/cmake-bringup/dll/win32/devmgr/CMakeLists.txt branches/cmake-bringup/dll/win32/dwmapi/CMakeLists.txt branches/cmake-bringup/dll/win32/faultrep/CMakeLists.txt branches/cmake-bringup/dll/win32/fusion/CMakeLists.txt branches/cmake-bringup/dll/win32/gdi32/CMakeLists.txt branches/cmake-bringup/dll/win32/getuname/CMakeLists.txt branches/cmake-bringup/dll/win32/hhctrl.ocx/CMakeLists.txt branches/cmake-bringup/dll/win32/hid/CMakeLists.txt branches/cmake-bringup/dll/win32/hlink/CMakeLists.txt branches/cmake-bringup/dll/win32/hnetcfg/CMakeLists.txt branches/cmake-bringup/dll/win32/httpapi/CMakeLists.txt branches/cmake-bringup/dll/win32/iccvid/CMakeLists.txt branches/cmake-bringup/dll/win32/icmp/CMakeLists.txt branches/cmake-bringup/dll/win32/imagehlp/CMakeLists.txt branches/cmake-bringup/dll/win32/imm32/CMakeLists.txt branches/cmake-bringup/dll/win32/inetcomm/CMakeLists.txt branches/cmake-bringup/dll/win32/initpki/CMakeLists.txt branches/cmake-bringup/dll/win32/inseng/CMakeLists.txt branches/cmake-bringup/dll/win32/itss/CMakeLists.txt branches/cmake-bringup/dll/win32/loadperf/CMakeLists.txt
Modified: branches/cmake-bringup/dll/cpl/joy/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/cpl/joy/CMakeL... ============================================================================== --- branches/cmake-bringup/dll/cpl/joy/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/cpl/joy/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -13,6 +13,9 @@ user32 comctl32 ole32 - shell32) + shell32 + msvcrt + kernel32 + ntdll)
add_cab_target(joy 1)
Modified: branches/cmake-bringup/dll/shellext/deskadp/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/shellext/deska... ============================================================================== --- branches/cmake-bringup/dll/shellext/deskadp/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/shellext/deskadp/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -20,6 +20,7 @@ gdi32 comctl32 ole32 + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/shellext/deskmon/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/shellext/deskm... ============================================================================== --- branches/cmake-bringup/dll/shellext/deskmon/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/shellext/deskmon/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -20,6 +20,7 @@ gdi32 comctl32 ole32 + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/shellext/devcpux/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/shellext/devcp... ============================================================================== --- branches/cmake-bringup/dll/shellext/devcpux/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/shellext/devcpux/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -11,6 +11,7 @@ user32 powrprof comctl32 + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/shellext/fontext/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/shellext/fonte... ============================================================================== --- branches/cmake-bringup/dll/shellext/fontext/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/shellext/fontext/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -21,6 +21,7 @@ lz32 advapi32 setupapi + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/shellext/slayer/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/shellext/slaye... ============================================================================== --- branches/cmake-bringup/dll/shellext/slayer/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/shellext/slayer/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -20,6 +20,7 @@ advapi32 ole32 shell32 + msvcrt kernel32 ntdll)
Removed: branches/cmake-bringup/dll/win32/acledit/acledit.pdef URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/acledit/... ============================================================================== --- branches/cmake-bringup/dll/win32/acledit/acledit.pdef [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/acledit/acledit.pdef (removed) @@ -1,24 +1,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)
Modified: branches/cmake-bringup/dll/win32/aclui/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/aclui/CM... ============================================================================== --- branches/cmake-bringup/dll/win32/aclui/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/aclui/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -22,7 +22,7 @@
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})
Removed: branches/cmake-bringup/dll/win32/aclui/aclui.pdef URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/aclui/ac... ============================================================================== --- branches/cmake-bringup/dll/win32/aclui/aclui.pdef [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/aclui/aclui.pdef (removed) @@ -1,20 +1,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
Modified: branches/cmake-bringup/dll/win32/activeds/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/activeds... ============================================================================== --- branches/cmake-bringup/dll/win32/activeds/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/activeds/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -11,7 +11,7 @@
target_link_libraries(activeds wine)
-add_importlibs(activeds kernel32 ntdll) +add_importlibs(activeds msvcrt kernel32 ntdll)
add_cab_target(activeds 1)
Modified: branches/cmake-bringup/dll/win32/advpack/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/advpack/... ============================================================================== --- branches/cmake-bringup/dll/win32/advpack/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/advpack/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -20,6 +20,6 @@
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)
Modified: branches/cmake-bringup/dll/win32/authz/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/authz/CM... ============================================================================== --- branches/cmake-bringup/dll/win32/authz/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/authz/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -16,9 +16,7 @@
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)
Modified: branches/cmake-bringup/dll/win32/avicap32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/avicap32... ============================================================================== --- branches/cmake-bringup/dll/win32/avicap32/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/avicap32/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -12,7 +12,7 @@
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)
Removed: branches/cmake-bringup/dll/win32/avicap32/avicap32.pdef URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/avicap32... ============================================================================== --- branches/cmake-bringup/dll/win32/avicap32/avicap32.pdef [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/avicap32/avicap32.pdef (removed) @@ -1,23 +1,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)
Modified: branches/cmake-bringup/dll/win32/batt/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/batt/CMa... ============================================================================== --- branches/cmake-bringup/dll/win32/batt/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/batt/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -12,6 +12,6 @@
add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/batt.def)
-add_importlibs(batt kernel32) +add_importlibs(batt msvcrt kernel32)
add_cab_target(batt 1)
Removed: branches/cmake-bringup/dll/win32/batt/batt.pdef URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/batt/bat... ============================================================================== --- branches/cmake-bringup/dll/win32/batt/batt.pdef [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/batt/batt.pdef (removed) @@ -1,19 +1,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)
Modified: branches/cmake-bringup/dll/win32/bcrypt/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/bcrypt/C... ============================================================================== --- branches/cmake-bringup/dll/win32/bcrypt/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/bcrypt/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -13,7 +13,7 @@
target_link_libraries(bcrypt wine)
-add_importlibs(bcrypt kernel32 ntdll) +add_importlibs(bcrypt msvcrt kernel32 ntdll)
add_cab_target(bcrypt 1)
Modified: branches/cmake-bringup/dll/win32/cards/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/cards/CM... ============================================================================== --- branches/cmake-bringup/dll/win32/cards/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/cards/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -15,6 +15,6 @@
set_module_type(cards win32dll)
-add_importlibs(cards user32 gdi32) +add_importlibs(cards user32 gdi32 msvcrt kernel32)
add_cab_target(cards 1)
Removed: branches/cmake-bringup/dll/win32/cards/cards.pdef URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/cards/ca... ============================================================================== --- branches/cmake-bringup/dll/win32/cards/cards.pdef [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/cards/cards.pdef (removed) @@ -1,23 +1,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)
Modified: branches/cmake-bringup/dll/win32/clusapi/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/clusapi/... ============================================================================== --- branches/cmake-bringup/dll/win32/clusapi/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/clusapi/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -11,6 +11,6 @@
target_link_libraries(clusapi wine)
-add_importlibs(clusapi kernel32 ntdll) +add_importlibs(clusapi msvcrt kernel32 ntdll)
add_cab_target(clusapi 1)
Modified: branches/cmake-bringup/dll/win32/compstui/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/compstui... ============================================================================== --- branches/cmake-bringup/dll/win32/compstui/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/compstui/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -10,7 +10,7 @@
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)
Removed: branches/cmake-bringup/dll/win32/compstui/compstui.pdef URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/compstui... ============================================================================== --- branches/cmake-bringup/dll/win32/compstui/compstui.pdef [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/compstui/compstui.pdef (removed) @@ -1,21 +1,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)
Modified: branches/cmake-bringup/dll/win32/credui/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/credui/C... ============================================================================== --- branches/cmake-bringup/dll/win32/credui/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/credui/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -11,6 +11,6 @@
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)
Modified: branches/cmake-bringup/dll/win32/crtdll/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/crtdll/C... ============================================================================== --- branches/cmake-bringup/dll/win32/crtdll/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/crtdll/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -29,7 +29,7 @@ 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)
Modified: branches/cmake-bringup/dll/win32/cryptdlg/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/cryptdlg... ============================================================================== --- branches/cmake-bringup/dll/win32/cryptdlg/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/cryptdlg/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -16,6 +16,7 @@ crypt32 cryptui wintrust + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/cryptnet/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/cryptnet... ============================================================================== --- branches/cmake-bringup/dll/win32/cryptnet/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/cryptnet/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -13,6 +13,7 @@ add_importlibs(cryptnet crypt32 wininet + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/cryptui/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/cryptui/... ============================================================================== --- branches/cmake-bringup/dll/win32/cryptui/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/cryptui/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -23,6 +23,7 @@ wintrust comctl32 comdlg32 + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/dciman32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/dciman32... ============================================================================== --- branches/cmake-bringup/dll/win32/dciman32/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/dciman32/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -11,6 +11,6 @@
target_link_libraries(dciman32 wine)
-add_importlibs(dciman32 kernel32 ntdll) +add_importlibs(dciman32 msvcrt kernel32 ntdll)
add_cab_target(dciman32 1)
Modified: branches/cmake-bringup/dll/win32/devmgr/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/devmgr/C... ============================================================================== --- branches/cmake-bringup/dll/win32/devmgr/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/devmgr/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -25,6 +25,7 @@ advapi32 user32 version + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/dwmapi/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/dwmapi/C... ============================================================================== --- branches/cmake-bringup/dll/win32/dwmapi/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/dwmapi/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -11,6 +11,6 @@
target_link_libraries(dwmapi wine)
-add_importlibs(dwmapi kernel32 ntdll) +add_importlibs(dwmapi msvcrt kernel32 ntdll)
add_cab_target(dwmapi 1)
Modified: branches/cmake-bringup/dll/win32/faultrep/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/faultrep... ============================================================================== --- branches/cmake-bringup/dll/win32/faultrep/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/faultrep/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -11,6 +11,6 @@
target_link_libraries(faultrep wine)
-add_importlibs(faultrep advapi32 kernel32 ntdll) +add_importlibs(faultrep advapi32 msvcrt kernel32 ntdll)
add_cab_target(faultrep 1)
Modified: branches/cmake-bringup/dll/win32/fusion/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/fusion/C... ============================================================================== --- branches/cmake-bringup/dll/win32/fusion/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/fusion/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -18,6 +18,6 @@
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)
Modified: branches/cmake-bringup/dll/win32/gdi32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/gdi32/CM... ============================================================================== --- branches/cmake-bringup/dll/win32/gdi32/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/gdi32/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -52,7 +52,7 @@
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)
Modified: branches/cmake-bringup/dll/win32/getuname/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/getuname... ============================================================================== --- branches/cmake-bringup/dll/win32/getuname/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/getuname/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -14,6 +14,6 @@
set_module_type(getuname win32dll)
-add_importlibs(getuname kernel32 ntdll) +add_importlibs(getuname msvcrt kernel32 ntdll)
add_cab_target(getuname 1)
Removed: branches/cmake-bringup/dll/win32/getuname/getuname.pdef URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/getuname... ============================================================================== --- branches/cmake-bringup/dll/win32/getuname/getuname.pdef [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/getuname/getuname.pdef (removed) @@ -1,18 +1,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)
Modified: branches/cmake-bringup/dll/win32/hhctrl.ocx/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/hhctrl.o... ============================================================================== --- branches/cmake-bringup/dll/win32/hhctrl.ocx/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/hhctrl.ocx/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -34,6 +34,7 @@ oleaut32 user32 gdi32 + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/hid/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/hid/CMak... ============================================================================== --- branches/cmake-bringup/dll/win32/hid/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/hid/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -15,9 +15,7 @@
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)
Modified: branches/cmake-bringup/dll/win32/hlink/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/hlink/CM... ============================================================================== --- branches/cmake-bringup/dll/win32/hlink/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/hlink/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -22,6 +22,7 @@ ole32 advapi32 urlmon + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/hnetcfg/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/hnetcfg/... ============================================================================== --- branches/cmake-bringup/dll/win32/hnetcfg/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/hnetcfg/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -28,6 +28,7 @@ add_importlibs(hnetcfg ole32 advapi32 + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/httpapi/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/httpapi/... ============================================================================== --- branches/cmake-bringup/dll/win32/httpapi/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/httpapi/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -11,6 +11,6 @@
target_link_libraries(httpapi wine)
-add_importlibs(httpapi kernel32 ntdll) +add_importlibs(httpapi msvcrt kernel32 ntdll)
add_cab_target(httpapi 1)
Modified: branches/cmake-bringup/dll/win32/iccvid/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/iccvid/C... ============================================================================== --- branches/cmake-bringup/dll/win32/iccvid/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/iccvid/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -12,6 +12,6 @@
target_link_libraries(iccvid wine)
-add_importlibs(iccvid user32 kernel32 ntdll) +add_importlibs(iccvid user32 msvcrt kernel32 ntdll)
add_cab_target(iccvid 1)
Modified: branches/cmake-bringup/dll/win32/icmp/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/icmp/CMa... ============================================================================== --- branches/cmake-bringup/dll/win32/icmp/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/icmp/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -9,6 +9,6 @@
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)
Modified: branches/cmake-bringup/dll/win32/imagehlp/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/imagehlp... ============================================================================== --- branches/cmake-bringup/dll/win32/imagehlp/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/imagehlp/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -22,7 +22,7 @@
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)
Modified: branches/cmake-bringup/dll/win32/imm32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/imm32/CM... ============================================================================== --- branches/cmake-bringup/dll/win32/imm32/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/imm32/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -14,7 +14,7 @@
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)
Modified: branches/cmake-bringup/dll/win32/inetcomm/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/inetcomm... ============================================================================== --- branches/cmake-bringup/dll/win32/inetcomm/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/inetcomm/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -29,6 +29,7 @@ ws2_32 user32 advapi32 + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/initpki/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/initpki/... ============================================================================== --- branches/cmake-bringup/dll/win32/initpki/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/initpki/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -10,6 +10,6 @@
target_link_libraries(initpki wine)
-add_importlibs(initpki kernel32 ntdll) +add_importlibs(initpki msvcrt kernel32 ntdll)
add_cab_target(initpki 1)
Modified: branches/cmake-bringup/dll/win32/inseng/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/inseng/C... ============================================================================== --- branches/cmake-bringup/dll/win32/inseng/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/inseng/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -17,6 +17,7 @@ add_importlibs(inseng ole32 advapi32 + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/itss/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/itss/CMa... ============================================================================== --- branches/cmake-bringup/dll/win32/itss/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/itss/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -24,6 +24,7 @@ urlmon shlwapi ole32 + msvcrt kernel32 ntdll)
Modified: branches/cmake-bringup/dll/win32/loadperf/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/loadperf... ============================================================================== --- branches/cmake-bringup/dll/win32/loadperf/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/loadperf/CMakeLists.txt [iso-8859-1] Sat Nov 27 00:36:28 2010 @@ -15,7 +15,7 @@ ${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)