makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / cabinet / Makefile.in
1 MODULE    = cabinet.dll
2 IMPORTLIB = cabinet
3
4 C_SRCS = \
5         cabinet_main.c \
6         fci.c \
7         fdi.c
8
9 RC_SRCS = cabinet.rc
10
11 @MAKE_DLL_RULES@