mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:43:39 +00:00
[WININET]
Add zlib include path / link. svn path=/trunk/; revision=55172
This commit is contained in:
parent
a802e528e2
commit
1ef28d6071
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@ add_definitions(
|
|||
-Dclose=_close)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/zlib)
|
||||
|
||||
spec2def(wininet.dll wininet.spec)
|
||||
|
||||
|
@ -29,7 +30,7 @@ list(APPEND SOURCE
|
|||
add_library(wininet SHARED ${SOURCE})
|
||||
|
||||
set_module_type(wininet win32dll)
|
||||
target_link_libraries(wininet wine ${PSEH_LIB})
|
||||
target_link_libraries(wininet wine ${PSEH_LIB} zlib)
|
||||
add_delay_importlibs(wininet secur32 crypt32)
|
||||
add_importlibs(wininet mpr shlwapi shell32 user32 advapi32 ws2_32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET wininet DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<importlibrary definition="wininet.spec" />
|
||||
<include base="wininet">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<include base="zlib">.</include>
|
||||
<define name="__WINESRC__" />
|
||||
<define name="_WINE" />
|
||||
|
||||
|
@ -22,6 +23,7 @@
|
|||
<library>secur32</library>
|
||||
<library>crypt32</library>
|
||||
<library>ws2_32</library>
|
||||
<library>zlib</library>
|
||||
<library>pseh</library>
|
||||
<file>cookie.c</file>
|
||||
<file>dialogs.c</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue