makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / setupx.dll16 / Makefile.in
1 MODULE    = setupx.dll16
2 IMPORTS   = setupapi user32 advapi32
3
4 EXTRADLLFLAGS = -m16 -Wb,--main-module,setupapi.dll
5
6 C_SRCS = \
7         devinst16.c \
8         infparse.c \
9         setupx_main.c \
10         virtcopy.c
11
12 @MAKE_DLL_RULES@