mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
6 lines
85 B
Makefile
6 lines
85 B
Makefile
MODULE = url.dll
|
|
IMPORTLIB = url
|
|
IMPORTS = shell32 shlwapi
|
|
|
|
C_SRCS = url_main.c
|