mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
13 lines
184 B
Makefile
13 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@
|