mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
7 lines
94 B
Makefile
7 lines
94 B
Makefile
MODULE = expand.exe
|
|
IMPORTS = setupapi
|
|
|
|
EXTRADLLFLAGS = -mconsole
|
|
|
|
SOURCES = \
|
|
expand.c
|