mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
8ea90bec6f
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 lines
93 B
Makefile
6 lines
93 B
Makefile
MODULE = httpapi.dll
|
|
IMPORTLIB = httpapi
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
httpapi_main.c
|