makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / shdocvw / tests / Makefile.in
1 TESTDLL   = shdocvw.dll
2 IMPORTS   = shell32 ole32 oleaut32 user32 gdi32 advapi32
3
4 C_SRCS = \
5         intshcut.c \
6         shdocvw.c \
7         shortcut.c \
8         webbrowser.c
9
10 @MAKE_TEST_RULES@