mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
45442d270c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
131 B
Makefile
8 lines
131 B
Makefile
MODULE = attrib.exe
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
|
|
|
C_SRCS = attrib.c
|
|
|
|
RC_SRCS = attrib.rc
|