mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:35:59 +00:00
Remove a theoretical circular dependancy between wininet and shlwapi.
shlwapi actually doesn't use wininet. svn path=/trunk/; revision=75485
This commit is contained in:
parent
ff54a48737
commit
41c7842302
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ add_library(shlwapi SHARED
|
|||
set_module_type(shlwapi win32dll)
|
||||
target_link_libraries(shlwapi uuid wine)
|
||||
add_delay_importlibs(shlwapi userenv oleaut32 ole32 comdlg32 mpr mlang urlmon shell32 winmm version)
|
||||
add_importlibs(shlwapi user32 gdi32 advapi32 wininet msvcrt kernel32 ntdll)
|
||||
add_importlibs(shlwapi user32 gdi32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(shlwapi precomp.h SOURCE)
|
||||
add_cd_file(TARGET shlwapi DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue