mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
5 lines
85 B
Makefile
5 lines
85 B
Makefile
MODULE = url.dll
|
|
IMPORTLIB = url
|
|
IMPORTS = shell32 shlwapi
|
|
|
|
C_SRCS = url_main.c
|