mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
MODULE = ieframe.dll
|
|
IMPORTLIB = ieframe
|
|
IMPORTS = uuid urlmon shell32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
ieframe_main.c \
|
|
intshcut.c
|
|
|
|
@MAKE_DLL_RULES@
|