mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
* Fix MSVC build.
svn path=/trunk/; revision=55547
This commit is contained in:
@@ -24,7 +24,7 @@ add_library(iphlpapi SHARED ${SOURCE})
|
||||
|
||||
set_module_type(iphlpapi win32dll UNICODE)
|
||||
target_link_libraries(iphlpapi wine tdilib)
|
||||
add_importlibs(iphlpapi dhcpcsvc advapi32 ws2_32 msvcrt kernel32 ntdll)
|
||||
add_importlibs(iphlpapi icmp dhcpcsvc advapi32 ws2_32 msvcrt kernel32 ntdll)
|
||||
add_pch(iphlpapi iphlpapi_private.h)
|
||||
add_cd_file(TARGET iphlpapi DESTINATION reactos/system32 FOR all)
|
||||
add_importlib_target(iphlpapi.spec)
|
||||
|
||||
Reference in New Issue
Block a user