attrib: Display filenames with absolute path as in native.
[wine] / programs / winedevice / Makefile.in
1 MODULE    = winedevice.exe
2 APPMODE   = -mwindows -municode
3 IMPORTS   = advapi32 ntoskrnl.exe
4
5 C_SRCS = \
6         device.c
7
8 @MAKE_PROG_RULES@