mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 22:01:51 +00:00
14 lines
184 B
Makefile
14 lines
184 B
Makefile
TESTDLL = urlmon.dll
|
|
IMPORTS = urlmon ole32 oleaut32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
generated.c \
|
|
misc.c \
|
|
protocol.c \
|
|
sec_mgr.c \
|
|
stream.c \
|
|
uri.c \
|
|
url.c
|
|
|
|
@MAKE_TEST_RULES@
|