6 lines
85 B
Makefile
6 lines
85 B
Makefile
MODULE = url.dll
|
|
IMPORTLIB = url
|
|
IMPORTS = shell32 shlwapi
|
|
|
|
C_SRCS = url_main.c
|