Makefile.in 190 Bytes
Newer Older
1 2 3
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
MODULE    = attrib.exe
APPMODE   = -mconsole -municode
4
IMPORTS   = user32
5 6 7

C_SRCS = attrib.c

8 9 10
RC_SRCS = attrib.rc
PO_SRCS = attrib.rc

11
@MAKE_PROG_RULES@