makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / objsel / Makefile.in
1 MODULE    = objsel.dll
2 IMPORTS   = strmiids uuid ole32 advapi32
3
4 C_SRCS = \
5         factory.c \
6         objsel.c \
7         regsvr.c
8
9 RC_SRCS = objsel.rc
10
11 @MAKE_DLL_RULES@