mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
MODULE = attrib.exe
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
SOURCES = \
|
|
attrib.c \
|
|
attrib.rc
|