mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
7 lines
117 B
Makefile
7 lines
117 B
Makefile
MODULE = winedevice.exe
|
|
IMPORTS = advapi32 ntoskrnl
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
SOURCES = \
|
|
device.c
|