makefiles: Add a standard header for all makefiles to replace the common variable...
[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
9 RC_SRCS = \
10         eframe.rc \
11         version.rc
12
13 @MAKE_DLL_RULES@