mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 15:39:00 +00:00
f21cb01aa4
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 lines
111 B
Makefile
6 lines
111 B
Makefile
MODULE = winedevice.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = advapi32 ntoskrnl
|
|
|
|
C_SRCS = \
|
|
device.c
|