mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
MODULE = winedevice.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = advapi32 ntoskrnl.exe
|
|
|
|
C_SRCS = \
|
|
device.c
|