mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
20 lines
252 B
Makefile
20 lines
252 B
Makefile
MODULE = winhttp.dll
|
|
IMPORTLIB = winhttp
|
|
IMPORTS = shlwapi
|
|
DELAYIMPORTS = crypt32 advapi32
|
|
EXTRALIBS = @SOCKETLIBS@
|
|
|
|
C_SRCS = \
|
|
cookie.c \
|
|
handle.c \
|
|
main.c \
|
|
net.c \
|
|
request.c \
|
|
session.c \
|
|
url.c
|
|
|
|
RC_SRCS = \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|