makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / shell.dll16 / Makefile.in
1 MODULE    = shell.dll16
2 IMPORTS   = shell32 user32 gdi32 advapi32
3
4 EXTRADLLFLAGS = -m16 -Wb,--main-module,shell32.dll
5 EXTRARCFLAGS  = -O res16
6
7 C_SRCS = shell.c
8
9 RC_SRCS = version.rc
10
11 @MAKE_DLL_RULES@