wine/dlls/httpapi/Makefile.in
Zebediah Figura efacf6f455 httpapi: Start the http service in HttpInitialize().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38245
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-29 20:08:14 +02:00

9 lines
122 B
Makefile

MODULE = httpapi.dll
IMPORTLIB = httpapi
IMPORTS = advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
httpapi_main.c