mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[SHELL32]
- Make most dll dependencies to be delay loaded just like windows. svn path=/trunk/; revision=73140
This commit is contained in:
parent
55f2b129e3
commit
3412b511c1
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ set_source_files_properties(shell32.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT
|
||||||
|
|
||||||
set_module_type(shell32 win32dll UNICODE)
|
set_module_type(shell32 win32dll UNICODE)
|
||||||
target_link_libraries(shell32 shellmenu shelldesktop atlnew wine uuid recyclebin)
|
target_link_libraries(shell32 shellmenu shelldesktop atlnew wine uuid recyclebin)
|
||||||
add_delay_importlibs(shell32 uxtheme ole32 oleaut32 userenv version fmifs)
|
add_delay_importlibs(shell32 powrprof shdocvw devmgr winspool winmm mpr uxtheme ole32 oleaut32 userenv browseui version fmifs)
|
||||||
add_importlibs(shell32 advapi32 browseui gdi32 user32 powrprof comctl32 comdlg32 shdocvw shlwapi devmgr winspool winmm mpr msvcrt kernel32 ntdll)
|
add_importlibs(shell32 advapi32 gdi32 user32 comctl32 comdlg32 shlwapi msvcrt kernel32 ntdll)
|
||||||
add_dependencies(shell32 stdole2) # shell32_shldisp.tlb needs stdole2.tlb
|
add_dependencies(shell32 stdole2) # shell32_shldisp.tlb needs stdole2.tlb
|
||||||
add_pch(shell32 precomp.h SOURCE)
|
add_pch(shell32 precomp.h SOURCE)
|
||||||
add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)
|
||||||
|
|
Loading…
Reference in a new issue