mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
11 lines
167 B
Makefile
11 lines
167 B
Makefile
TESTDLL = shdocvw.dll
|
|
IMPORTS = shell32 ole32 oleaut32 user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
intshcut.c \
|
|
shdocvw.c \
|
|
shortcut.c \
|
|
webbrowser.c
|
|
|
|
@MAKE_TEST_RULES@
|