mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
11 lines
153 B
Makefile
11 lines
153 B
Makefile
MODULE = attrib.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = attrib.c
|
|
|
|
RC_SRCS = attrib.rc
|
|
PO_SRCS = attrib.rc
|
|
|
|
@MAKE_PROG_RULES@
|