mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
10 lines
140 B
Makefile
10 lines
140 B
Makefile
TESTDLL = ieframe.dll
|
|
IMPORTS = ole32 oleaut32 user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
ie.c \
|
|
intshcut.c \
|
|
webbrowser.c
|
|
|
|
@MAKE_TEST_RULES@
|