makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / winedevice / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE    = winedevice.exe
3 APPMODE   = -mwindows -municode
4 IMPORTS   = advapi32 ntoskrnl.exe
5
6 C_SRCS = \
7         device.c
8
9 @MAKE_PROG_RULES@