msvcrt: Added fwprintf tests.
[wine] / dlls / explorerframe / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 MODULE    = explorerframe.dll
3 IMPORTS   = uuid ole32 shell32 user32
4
5 C_SRCS = \
6         explorerframe_main.c \
7         nstc.c \
8         taskbarlist.c
9
10 IDL_R_SRCS = explorerframe.idl
11
12 RC_SRCS = \
13         version.rc
14
15 @MAKE_DLL_RULES@